Kconfig (088ef950dc0dd58d2f339e1616c9092fea923f06) | Kconfig (a8eb7ca0cbb41c9cd379b8d2a2a5efb503aa65e9) |
---|---|
1# 2# SPI driver configuration 3# 4# NOTE: the reason this doesn't show SPI slave support is mostly that 5# nobody's needed a slave side API yet. The master-role API is not 6# fully appropriate there, so it'd need some thought to do well. 7# 8menuconfig SPI --- 150 unchanged lines hidden (view full) --- 159 tristate "OMAP1 MicroWire" 160 depends on ARCH_OMAP1 161 select SPI_BITBANG 162 help 163 This hooks up to the MicroWire controller on OMAP1 chips. 164 165config SPI_OMAP24XX 166 tristate "McSPI driver for OMAP24xx/OMAP34xx" | 1# 2# SPI driver configuration 3# 4# NOTE: the reason this doesn't show SPI slave support is mostly that 5# nobody's needed a slave side API yet. The master-role API is not 6# fully appropriate there, so it'd need some thought to do well. 7# 8menuconfig SPI --- 150 unchanged lines hidden (view full) --- 159 tristate "OMAP1 MicroWire" 160 depends on ARCH_OMAP1 161 select SPI_BITBANG 162 help 163 This hooks up to the MicroWire controller on OMAP1 chips. 164 165config SPI_OMAP24XX 166 tristate "McSPI driver for OMAP24xx/OMAP34xx" |
167 depends on ARCH_OMAP2 || ARCH_OMAP34XX | 167 depends on ARCH_OMAP2 || ARCH_OMAP3 |
168 help 169 SPI master controller for OMAP24xx/OMAP34xx Multichannel SPI 170 (McSPI) modules. 171 172config SPI_OMAP_100K 173 tristate "OMAP SPI 100K" 174 depends on SPI_MASTER && (ARCH_OMAP850 || ARCH_OMAP730) 175 help --- 177 unchanged lines hidden --- | 168 help 169 SPI master controller for OMAP24xx/OMAP34xx Multichannel SPI 170 (McSPI) modules. 171 172config SPI_OMAP_100K 173 tristate "OMAP SPI 100K" 174 depends on SPI_MASTER && (ARCH_OMAP850 || ARCH_OMAP730) 175 help --- 177 unchanged lines hidden --- |