https://jxself.org/git/linux-libre.git
Raw File
Tip revision: eb0777d341df1c3c3582e89483a6ca5f739f881f authored by Jason Self on 14 August 2014, 01:24:33 UTC
Linux-libre 3.10.53-gnu
Tip revision: eb0777d
Kconfig
config INFINIBAND_AMSO1100
	tristate "Ammasso 1100 HCA support"
	depends on PCI && INET
	---help---
	  This is a low-level driver for the Ammasso 1100 host
	  channel adapter (HCA).

config INFINIBAND_AMSO1100_DEBUG
	bool "Verbose debugging output"
	depends on INFINIBAND_AMSO1100
	default n
	---help---
	  This option causes the amso1100 driver to produce a bunch of
	  debug messages.  Select this if you are developing the driver
	  or trying to diagnose a problem.
back to top