141-add-Kconfig-for-reset.patch 843 B

123456789101112131415161718192021222324252627
  1. From 6bf236bb67dfabd0434df47ff1247b1310d4ccf5 Mon Sep 17 00:00:00 2001
  2. From: Maxime Ripard <[email protected]>
  3. Date: Tue, 24 Sep 2013 11:09:55 +0300
  4. Subject: [PATCH] ARM: sunxi: Select ARCH_HAS_RESET_CONTROLLER
  5. The A31 has a reset controller, and we have to select this option to
  6. have access to the reset controller framework.
  7. Signed-off-by: Maxime Ripard <[email protected]>
  8. ---
  9. arch/arm/mach-sunxi/Kconfig | 1 +
  10. 1 file changed, 1 insertion(+)
  11. diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
  12. index bce0d42..547004c 100644
  13. --- a/arch/arm/mach-sunxi/Kconfig
  14. +++ b/arch/arm/mach-sunxi/Kconfig
  15. @@ -1,5 +1,6 @@
  16. config ARCH_SUNXI
  17. bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
  18. + select ARCH_HAS_RESET_CONTROLLER
  19. select ARCH_REQUIRE_GPIOLIB
  20. select ARM_GIC
  21. select CLKSRC_MMIO
  22. --
  23. 1.8.4