diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-11-30 06:42:06 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-04 08:29:13 -0500 |
commit | 142168eba9dc5c20538a67049ad53c49bc6f8336 (patch) | |
tree | bf7db5d22abc27edbac18b5cd20e3c9c7316f15c /drivers/spi/Kconfig | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) |
spi: bcm63xx-hsspi: add bcm63xx HSSPI driver
Add a driver for the High Speed SPI controller found on newer BCM63XX SoCs.
It does feature some new modes like 3-wire or dual spi, but neither of it
is currently implemented.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index eb1f1ef5fa2e..62ce2a9ec612 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -118,6 +118,13 @@ config SPI_BCM63XX | |||
118 | help | 118 | help |
119 | Enable support for the SPI controller on the Broadcom BCM63xx SoCs. | 119 | Enable support for the SPI controller on the Broadcom BCM63xx SoCs. |
120 | 120 | ||
121 | config SPI_BCM63XX_HSSPI | ||
122 | tristate "Broadcom BCM63XX HS SPI controller driver" | ||
123 | depends on BCM63XX || COMPILE_TEST | ||
124 | help | ||
125 | This enables support for the High Speed SPI controller present on | ||
126 | newer Broadcom BCM63XX SoCs. | ||
127 | |||
121 | config SPI_BITBANG | 128 | config SPI_BITBANG |
122 | tristate "Utilities for Bitbanging SPI masters" | 129 | tristate "Utilities for Bitbanging SPI masters" |
123 | help | 130 | help |