diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-08-17 12:33:38 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-19 12:30:55 -0400 |
commit | 0fc6a323e19173fc89e17940bb1e19447aa0224e (patch) | |
tree | e02ffb5dbea410af6f6ba489dad3d10b7e441397 /drivers/spi/Kconfig | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) |
spi: bcm53xx: driver for SPI controller on Broadcom bcma SoC
Broadcom 53xx ARM SoCs use bcma bus that contains various cores (AKA
devices). If board has a serial flash, it's connected over SPI and the
bcma bus includes a SPI controller. Example log from such a board:
bus0: Found chip with id 53010, rev 0x00 and package 0x02
(...)
bus0: Core 18 found: SPI flash controller (manuf 0x4BF, id 0x50A, rev 0x01, class 0x0)
This patch adds a bcma driver for SPI core, it registers SPI master
controller and "bcm53xxspiflash" SPI device.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 62e2242ad7e0..b14b829fb45c 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -112,6 +112,12 @@ config SPI_AU1550 | |||
112 | If you say yes to this option, support will be included for the | 112 | If you say yes to this option, support will be included for the |
113 | PSC SPI controller found on Au1550, Au1200 and Au1300 series. | 113 | PSC SPI controller found on Au1550, Au1200 and Au1300 series. |
114 | 114 | ||
115 | config SPI_BCM53XX | ||
116 | tristate "Broadcom BCM53xx SPI controller" | ||
117 | depends on ARCH_BCM_5301X | ||
118 | help | ||
119 | Enable support for the SPI controller on Broadcom BCM53xx ARM SoCs. | ||
120 | |||
115 | config SPI_BCM63XX | 121 | config SPI_BCM63XX |
116 | tristate "Broadcom BCM63xx SPI controller" | 122 | tristate "Broadcom BCM63xx SPI controller" |
117 | depends on BCM63XX | 123 | depends on BCM63XX |