Kconfig 211 字节
Newer Older
1 2 3 4 5 6 7 8
#
# FSI subsystem
#

menu "FSI support"

config FSI
	tristate "FSI support"
9
	select CRC4
10 11 12 13
	---help---
	  FSI - the FRU Support Interface - is a simple bus for low-level
	  access to POWER-based hardware.
endmenu