projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3558fe9
)
spi/sunxi: Add missing dependency on RESET_CONTROLLER
author
Mark Brown
<broonie@linaro.org>
Thu, 6 Feb 2014 10:53:51 +0000
(10:53 +0000)
committer
Mark Brown
<broonie@linaro.org>
Thu, 6 Feb 2014 19:55:03 +0000
(19:55 +0000)
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 7cfe0eed8dfab04bf8d314070191ab01111e0d2c..0ec46415145d43fecce44a9b714166d3fc0d35eb 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-449,6
+449,7
@@
config SPI_SIRF
config SPI_SUN6I
tristate "Allwinner A31 SPI controller"
depends on ARCH_SUNXI || COMPILE_TEST
+ depends on RESET_CONTROLLER
help
This enables using the SPI controller on the Allwinner A31 SoCs.