Kconfig 469 B

12345678910111213141516
  1. config INFINIBAND_AMSO1100
  2. tristate "Ammasso 1100 HCA support"
  3. depends on PCI && INET
  4. ---help---
  5. This is a low-level driver for the Ammasso 1100 host
  6. channel adapter (HCA).
  7. config INFINIBAND_AMSO1100_DEBUG
  8. bool "Verbose debugging output"
  9. depends on INFINIBAND_AMSO1100
  10. default n
  11. ---help---
  12. This option causes the amso1100 driver to produce a bunch of
  13. debug messages. Select this if you are developing the driver
  14. or trying to diagnose a problem.