Kconfig (aaccf3c97418f169afdbb5855e9cbcbda34e90fd) | Kconfig (64999fa7aa2c076ec6d05aee481f11f5296ceb8c) |
---|---|
1# 2# FSI subsystem 3# 4 5menuconfig FSI 6 tristate "FSI support" 7 depends on OF 8 select CRC4 --- 32 unchanged lines hidden (view full) --- 41 master that is connected to the upstream master via a slave. Hubs 42 allow chaining of FSI links to an arbitrary depth. This allows for 43 a high target device fanout. 44 45config FSI_MASTER_AST_CF 46 tristate "FSI master based on Aspeed ColdFire coprocessor" 47 depends on GPIOLIB 48 depends on GPIO_ASPEED | 1# 2# FSI subsystem 3# 4 5menuconfig FSI 6 tristate "FSI support" 7 depends on OF 8 select CRC4 --- 32 unchanged lines hidden (view full) --- 41 master that is connected to the upstream master via a slave. Hubs 42 allow chaining of FSI links to an arbitrary depth. This allows for 43 a high target device fanout. 44 45config FSI_MASTER_AST_CF 46 tristate "FSI master based on Aspeed ColdFire coprocessor" 47 depends on GPIOLIB 48 depends on GPIO_ASPEED |
49 select GENERIC_ALLOCATOR |
|
49 ---help--- 50 This option enables a FSI master using the AST2400 and AST2500 GPIO 51 lines driven by the internal ColdFire coprocessor. This requires 52 the corresponding machine specific ColdFire firmware to be available. 53 54config FSI_SCOM 55 tristate "SCOM FSI client device driver" 56 ---help--- 57 This option enables an FSI based SCOM device driver. 58 59config FSI_SBEFIFO 60 tristate "SBEFIFO FSI client device driver" 61 depends on OF_ADDRESS 62 ---help--- 63 This option enables an FSI based SBEFIFO device driver. The SBEFIFO is 64 a pipe-like FSI device for communicating with the self boot engine 65 (SBE) on POWER processors. 66 67endif | 50 ---help--- 51 This option enables a FSI master using the AST2400 and AST2500 GPIO 52 lines driven by the internal ColdFire coprocessor. This requires 53 the corresponding machine specific ColdFire firmware to be available. 54 55config FSI_SCOM 56 tristate "SCOM FSI client device driver" 57 ---help--- 58 This option enables an FSI based SCOM device driver. 59 60config FSI_SBEFIFO 61 tristate "SBEFIFO FSI client device driver" 62 depends on OF_ADDRESS 63 ---help--- 64 This option enables an FSI based SBEFIFO device driver. The SBEFIFO is 65 a pipe-like FSI device for communicating with the self boot engine 66 (SBE) on POWER processors. 67 68endif |