Kconfig (e8beacbb85a5c1de1117400c5ddb450514a8372c) | Kconfig (447b0c7b939f1d9e4024edf07a471ce7b1bcf002) |
---|---|
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 --- 222 unchanged lines hidden (view full) --- 231 tristate 232 depends on OF 233 234config SPI_FSL_CPM 235 tristate 236 depends on FSL_SOC 237 238config SPI_FSL_SPI | 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 --- 222 unchanged lines hidden (view full) --- 231 tristate 232 depends on OF 233 234config SPI_FSL_CPM 235 tristate 236 depends on FSL_SOC 237 238config SPI_FSL_SPI |
239 bool "Freescale SPI controller" | 239 bool "Freescale SPI controller and Aeroflex Gaisler GRLIB SPI controller" |
240 depends on OF 241 select SPI_FSL_LIB 242 select SPI_FSL_CPM if FSL_SOC 243 help 244 This enables using the Freescale SPI controllers in master mode. 245 MPC83xx platform uses the controller in cpu mode or CPM/QE mode. 246 MPC8569 uses the controller in QE mode, MPC8610 in cpu mode. | 240 depends on OF 241 select SPI_FSL_LIB 242 select SPI_FSL_CPM if FSL_SOC 243 help 244 This enables using the Freescale SPI controllers in master mode. 245 MPC83xx platform uses the controller in cpu mode or CPM/QE mode. 246 MPC8569 uses the controller in QE mode, MPC8610 in cpu mode. |
247 This also enables using the Aeroflex Gaisler GRLIB SPI controller in 248 master mode. |
|
247 248config SPI_FSL_ESPI 249 bool "Freescale eSPI controller" 250 depends on FSL_SOC 251 select SPI_FSL_LIB 252 help 253 This enables using the Freescale eSPI controllers in master mode. 254 From MPC8536, 85xx platform uses the controller, and all P10xx, --- 277 unchanged lines hidden --- | 249 250config SPI_FSL_ESPI 251 bool "Freescale eSPI controller" 252 depends on FSL_SOC 253 select SPI_FSL_LIB 254 help 255 This enables using the Freescale eSPI controllers in master mode. 256 From MPC8536, 85xx platform uses the controller, and all P10xx, --- 277 unchanged lines hidden --- |