projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64e3682
)
spi/rockchip: Add dependencies on relaxed I/O accessors
author
Mark Brown
<broonie@linaro.org>
Sat, 5 Jul 2014 11:49:30 +0000
(12:49 +0100)
committer
Mark Brown
<broonie@linaro.org>
Sat, 5 Jul 2014 11:51:52 +0000
(12:51 +0100)
Without the dependencies for the accessors the driver can be enabled on
architectures where it will fail to build.
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index f41431331c3eb53776a7035aad301a978bd420f0..79ace88030c4f97d1a2d70157a2c61d26fd5f71d 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-384,6
+384,7
@@
config SPI_PXA2XX_PCI
config SPI_ROCKCHIP
tristate "Rockchip SPI controller driver"
+ depends on ARM || ARM64 || AVR32 || HEXAGON || MIPS || SUPERH
help
This selects a driver for Rockchip SPI controller.