blob: 8dbe5d90eae0214ed136ed8e293d207f745b677f [file] [log] [blame] [edit]
#
# FSI subsystem
#
menu "FSI support"
config FSI
tristate "FSI support"
---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 FSI && GPIOLIB
---help---
This option enables a FSI master driver using GPIO lines.
config FSI_SBEFIFO
tristate "SBEFIFO FSI client device driver"
depends on FSI
---help---
This option enables an FSI based SBEFIFO device driver.
if FSI_SBEFIFO
config OCCFIFO
tristate "OCC SBEFIFO client device driver"
depends on FSI_SBEFIFO
---help---
This option enables an FSI based OCC driver using the SBEFIFO.
endif
config FSI_SCOM
tristate "SCOM FSI client device driver"
depends on FSI
---help---
This option enables an FSI based SCOM device driver.
config FSI_I2C
tristate "I2C FSI client device driver"
depends on FSI
---help---
This option enables an FSI based I2C device driver.
endif
endmenu