Merge tag 'fsi-updates-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / fsi / Kconfig
1 #
2 # FSI subsystem
3 #
4
5 menuconfig FSI
6         tristate "FSI support"
7         depends on OF
8         select CRC4
9         ---help---
10           FSI - the FRU Support Interface - is a simple bus for low-level
11           access to POWER-based hardware.
12
13 if FSI
14
15 config FSI_MASTER_GPIO
16         tristate "GPIO-based FSI master"
17         depends on GPIOLIB
18         select CRC4
19         ---help---
20         This option enables a FSI master driver using GPIO lines.
21
22 config FSI_MASTER_HUB
23         tristate "FSI hub master"
24         ---help---
25         This option enables a FSI hub master driver.  Hub is a type of FSI
26         master that is connected to the upstream master via a slave.  Hubs
27         allow chaining of FSI links to an arbitrary depth.  This allows for
28         a high target device fanout.
29
30 config FSI_MASTER_AST_CF
31         tristate "FSI master based on Aspeed ColdFire coprocessor"
32         depends on GPIOLIB
33         depends on GPIO_ASPEED
34         ---help---
35         This option enables a FSI master using the AST2400 and AST2500 GPIO
36         lines driven by the internal ColdFire coprocessor. This requires
37         the corresponding machine specific ColdFire firmware to be available.
38
39 config FSI_SCOM
40         tristate "SCOM FSI client device driver"
41         ---help---
42         This option enables an FSI based SCOM device driver.
43
44 config FSI_SBEFIFO
45         tristate "SBEFIFO FSI client device driver"
46         depends on OF_ADDRESS
47         ---help---
48         This option enables an FSI based SBEFIFO device driver. The SBEFIFO is
49         a pipe-like FSI device for communicating with the self boot engine
50         (SBE) on POWER processors.
51
52 endif