diff options
-rw-r--r-- | drivers/spi/Kconfig | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index b91571122daa..a77ede598d34 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -124,16 +124,17 @@ config SPI_MPC52xx_PSC | |||
124 | Controller in master SPI mode. | 124 | Controller in master SPI mode. |
125 | 125 | ||
126 | config SPI_MPC83xx | 126 | config SPI_MPC83xx |
127 | tristate "Freescale MPC83xx SPI controller" | 127 | tristate "Freescale MPC83xx/QUICC Engine SPI controller" |
128 | depends on SPI_MASTER && PPC_83xx && EXPERIMENTAL | 128 | depends on SPI_MASTER && (PPC_83xx || QUICC_ENGINE) && EXPERIMENTAL |
129 | select SPI_BITBANG | 129 | select SPI_BITBANG |
130 | help | 130 | help |
131 | This enables using the Freescale MPC83xx SPI controller in master | 131 | This enables using the Freescale MPC83xx and QUICC Engine SPI |
132 | mode. | 132 | controllers in master mode. |
133 | 133 | ||
134 | Note, this driver uniquely supports the SPI controller on the MPC83xx | 134 | Note, this driver uniquely supports the SPI controller on the MPC83xx |
135 | family of PowerPC processors. The MPC83xx uses a simple set of shift | 135 | family of PowerPC processors, plus processors with QUICC Engine |
136 | registers for data (opposed to the CPM based descriptor model). | 136 | technology. This driver uses a simple set of shift registers for data |
137 | (opposed to the CPM based descriptor model). | ||
137 | 138 | ||
138 | config SPI_OMAP_UWIRE | 139 | config SPI_OMAP_UWIRE |
139 | tristate "OMAP1 MicroWire" | 140 | tristate "OMAP1 MicroWire" |