projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
064e8af
)
spi: bcm63xx-spi: allow building for BMIPS
author
Álvaro Fernández Rojas
<noltari@gmail.com>
Mon, 15 Jun 2020 09:09:41 +0000
(11:09 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 15 Jun 2020 23:17:26 +0000
(
00:17
+0100)
bcm63xx-spi controller is present on several BMIPS SoCs (BCM6358, BCM6362,
BCM6368 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-3-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 8f1f8fca79e377b2df1d60a1c40d2c24843a2e82..a9896e38835579c11d787bbecb0b72686a792ad7 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-149,7
+149,7
@@
config SPI_BCM2835AUX
config SPI_BCM63XX
tristate "Broadcom BCM63xx SPI controller"
- depends on BCM63XX || COMPILE_TEST
+ depends on BCM63XX ||
BMIPS_GENERIC ||
COMPILE_TEST
help
Enable support for the SPI controller on the Broadcom BCM63xx SoCs.