1
0
Fork 0
alistair23-linux/drivers/fsi/Kconfig

26 lines
389 B
Plaintext
Raw Normal View History

#
# FSI subsystem
#
menu "FSI support"
config FSI
tristate "FSI support"
select CRC4
---help---
FSI - the FRU Support Interface - is a simple bus for low-level
access to POWER-based hardware.
if FSI
config FSI_MASTER_GPIO
tristate "GPIO-based FSI master"
depends on GPIOLIB
select CRC4
---help---
This option enables a FSI master driver using GPIO lines.
endif
endmenu