浏览代码

spi/sunxi: Add missing dependency on RESET_CONTROLLER

Signed-off-by: Mark Brown <broonie@linaro.org>
Mark Brown 12 年之前
父节点
当前提交
7961656a6f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/spi/Kconfig

+ 1 - 0
drivers/spi/Kconfig

@@ -449,6 +449,7 @@ config SPI_SIRF
 config SPI_SUN6I
 config SPI_SUN6I
 	tristate "Allwinner A31 SPI controller"
 	tristate "Allwinner A31 SPI controller"
 	depends on ARCH_SUNXI || COMPILE_TEST
 	depends on ARCH_SUNXI || COMPILE_TEST
+	depends on RESET_CONTROLLER
 	help
 	help
 	  This enables using the SPI controller on the Allwinner A31 SoCs.
 	  This enables using the SPI controller on the Allwinner A31 SoCs.