spi/sunxi: Add missing dependency on RESET_CONTROLLER
authorMark Brown <broonie@linaro.org>
Thu, 6 Feb 2014 10:53:51 +0000 (10:53 +0000)
committerMark 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

index 7cfe0eed8dfab04bf8d314070191ab01111e0d2c..0ec46415145d43fecce44a9b714166d3fc0d35eb 100644 (file)
@@ -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.