diff options
author | Mark Brown <broonie@linaro.org> | 2014-02-06 05:53:51 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-06 14:55:03 -0500 |
commit | 7961656a6f11b69966500d7bd25273203fd930da (patch) | |
tree | af357e8d20e74e0ff19d75123c6755e7451a864a /drivers/spi/Kconfig | |
parent | 3558fe900e8af6c3bfadeff24a12ffb19ac9b108 (diff) |
spi/sunxi: Add missing dependency on RESET_CONTROLLER
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 7cfe0eed8dfa..0ec46415145d 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -449,6 +449,7 @@ config SPI_SIRF | |||
449 | config SPI_SUN6I | 449 | config SPI_SUN6I |
450 | tristate "Allwinner A31 SPI controller" | 450 | tristate "Allwinner A31 SPI controller" |
451 | depends on ARCH_SUNXI || COMPILE_TEST | 451 | depends on ARCH_SUNXI || COMPILE_TEST |
452 | depends on RESET_CONTROLLER | ||
452 | help | 453 | help |
453 | This enables using the SPI controller on the Allwinner A31 SoCs. | 454 | This enables using the SPI controller on the Allwinner A31 SoCs. |
454 | 455 | ||