projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a52145
)
spi: bcm63xx-hsspi: allow building for BMIPS
author
Álvaro Fernández Rojas
<noltari@gmail.com>
Mon, 15 Jun 2020 09:09:43 +0000
(11:09 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 15 Jun 2020 23:17:27 +0000
(
00:17
+0100)
bcm63xx-hsspi controller is present on several BMIPS SoCs (BCM6318, BCM6328,
BCM6362 and BCM63268).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Link:
https://lore.kernel.org/r/20200615090943.2936839-5-noltari@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index
a9896e3
..
500774f
100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-155,7
+155,7
@@
config SPI_BCM63XX
config SPI_BCM63XX_HSSPI
tristate "Broadcom BCM63XX HS SPI controller driver"
- depends on BCM63XX || ARCH_BCM_63XX || COMPILE_TEST
+ depends on BCM63XX ||
BMIPS_GENERIC ||
ARCH_BCM_63XX || COMPILE_TEST
help
This enables support for the High Speed SPI controller present on
newer Broadcom BCM63XX SoCs.