Jeremy Kerr | 0508ad1 | 2017-02-01 10:53:41 -0600 | [diff] [blame] | 1 | # |
| 2 | # FSI subsystem |
| 3 | # |
| 4 | |
| 5 | menu "FSI support" |
| 6 | |
| 7 | config FSI |
| 8 | tristate "FSI support" |
Jeremy Kerr | 2b545cd | 2017-06-06 16:08:42 -0500 | [diff] [blame] | 9 | select CRC4 |
Jeremy Kerr | 0508ad1 | 2017-02-01 10:53:41 -0600 | [diff] [blame] | 10 | ---help--- |
| 11 | FSI - the FRU Support Interface - is a simple bus for low-level |
| 12 | access to POWER-based hardware. |
Christopher Bostic | ac0385d | 2017-06-06 16:08:54 -0500 | [diff] [blame] | 13 | |
| 14 | if FSI |
| 15 | |
| 16 | config FSI_MASTER_GPIO |
| 17 | tristate "GPIO-based FSI master" |
| 18 | depends on GPIOLIB |
| 19 | select CRC4 |
| 20 | ---help--- |
| 21 | This option enables a FSI master driver using GPIO lines. |
| 22 | |
Christopher Bostic | 7f9e8f7 | 2017-06-06 16:08:57 -0500 | [diff] [blame] | 23 | config FSI_MASTER_HUB |
| 24 | tristate "FSI hub master" |
| 25 | ---help--- |
| 26 | This option enables a FSI hub master driver. Hub is a type of FSI |
| 27 | master that is connected to the upstream master via a slave. Hubs |
| 28 | allow chaining of FSI links to an arbitrary depth. This allows for |
| 29 | a high target device fanout. |
| 30 | |
Christopher Bostic | 680ca6d | 2017-06-06 16:08:56 -0500 | [diff] [blame] | 31 | config FSI_SCOM |
| 32 | tristate "SCOM FSI client device driver" |
| 33 | ---help--- |
| 34 | This option enables an FSI based SCOM device driver. |
| 35 | |
Christopher Bostic | ac0385d | 2017-06-06 16:08:54 -0500 | [diff] [blame] | 36 | endif |
| 37 | |
Jeremy Kerr | 0508ad1 | 2017-02-01 10:53:41 -0600 | [diff] [blame] | 38 | endmenu |