xref: /linux/drivers/fsi/Kconfig (revision 7f9e8f767030e9d588ffc71e50ebf5164c86c8a9)
10508ad1fSJeremy Kerr#
20508ad1fSJeremy Kerr# FSI subsystem
30508ad1fSJeremy Kerr#
40508ad1fSJeremy Kerr
50508ad1fSJeremy Kerrmenu "FSI support"
60508ad1fSJeremy Kerr
70508ad1fSJeremy Kerrconfig FSI
80508ad1fSJeremy Kerr	tristate "FSI support"
92b545cd8SJeremy Kerr	select CRC4
100508ad1fSJeremy Kerr	---help---
110508ad1fSJeremy Kerr	  FSI - the FRU Support Interface - is a simple bus for low-level
120508ad1fSJeremy Kerr	  access to POWER-based hardware.
13ac0385d9SChristopher Bostic
14ac0385d9SChristopher Bosticif FSI
15ac0385d9SChristopher Bostic
16ac0385d9SChristopher Bosticconfig FSI_MASTER_GPIO
17ac0385d9SChristopher Bostic	tristate "GPIO-based FSI master"
18ac0385d9SChristopher Bostic	depends on GPIOLIB
19ac0385d9SChristopher Bostic	select CRC4
20ac0385d9SChristopher Bostic	---help---
21ac0385d9SChristopher Bostic	This option enables a FSI master driver using GPIO lines.
22ac0385d9SChristopher Bostic
23*7f9e8f76SChristopher Bosticconfig FSI_MASTER_HUB
24*7f9e8f76SChristopher Bostic	tristate "FSI hub master"
25*7f9e8f76SChristopher Bostic	---help---
26*7f9e8f76SChristopher Bostic	This option enables a FSI hub master driver.  Hub is a type of FSI
27*7f9e8f76SChristopher Bostic	master that is connected to the upstream master via a slave.  Hubs
28*7f9e8f76SChristopher Bostic	allow chaining of FSI links to an arbitrary depth.  This allows for
29*7f9e8f76SChristopher Bostic	a high target device fanout.
30*7f9e8f76SChristopher Bostic
31680ca6dcSChristopher Bosticconfig FSI_SCOM
32680ca6dcSChristopher Bostic	tristate "SCOM FSI client device driver"
33680ca6dcSChristopher Bostic	---help---
34680ca6dcSChristopher Bostic	This option enables an FSI based SCOM device driver.
35680ca6dcSChristopher Bostic
36ac0385d9SChristopher Bosticendif
37ac0385d9SChristopher Bostic
380508ad1fSJeremy Kerrendmenu
39