Revision f2791e7eadf437633f30faa51b30878cf15650be authored by Jens Axboe on 25 August 2016, 14:56:51 UTC, committed by Jens Axboe on 25 August 2016, 14:56:51 UTC
This reverts commit 09954bad448791ef01202351d437abdd9497a804.
1 parent 468c298
Raw File
Kconfig
#
# Miscellaneous SN-specific devices
#

menu "SN Devices"
	depends on SGI_SN

config SGI_IOC3
	tristate "SGI IOC3 Base IO support"
	default m
	---help---
	This option enables basic support for the SGI IOC3-based Base IO
	controller card.  This option does not enable any specific
	functions on such a card, but provides necessary infrastructure
	for other drivers to utilize.

	If you have an SGI Altix with an IOC3-based
	I/O controller or a PCI IOC3 serial card say Y.
	Otherwise say N.

endmenu
back to top