]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/fsi/Kconfig
Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszered...
[mirror_ubuntu-hirsute-kernel.git] / drivers / fsi / Kconfig
CommitLineData
0508ad1f
JK
1#
2# FSI subsystem
3#
4
baa8b941 5menuconfig FSI
0508ad1f 6 tristate "FSI support"
f6a2f8eb 7 depends on OF
2b545cd8 8 select CRC4
0508ad1f
JK
9 ---help---
10 FSI - the FRU Support Interface - is a simple bus for low-level
11 access to POWER-based hardware.
ac0385d9
CB
12
13if FSI
14
15config 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
7f9e8f76
CB
22config 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
680ca6dc
CB
30config FSI_SCOM
31 tristate "SCOM FSI client device driver"
32 ---help---
33 This option enables an FSI based SCOM device driver.
34
ac0385d9 35endif