[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1398265476-29373-4-git-send-email-maxime.ripard@free-electrons.com>
Date: Wed, 23 Apr 2014 17:04:34 +0200
From: Maxime Ripard <maxime.ripard@...e-electrons.com>
To: Arnd Bergmann <arnd@...db.de>, wim@...ana.be, dbaryshkov@...il.com,
dwmw2@...radead.org
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-watchdog@...r.kernel.org, linux-sunxi@...glegroups.com,
Maxime Ripard <maxime.ripard@...e-electrons.com>
Subject: [PATCH 3/5] ARM: sunxi: Select restart drivers
Make sure we have the restart hooks in the kernel by selecting them in Kconfig.
Signed-off-by: Maxime Ripard <maxime.ripard@...e-electrons.com>
---
arch/arm/mach-sunxi/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index b57d7d53b9d3..5fe80cc9b524 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -9,6 +9,10 @@ config ARCH_SUNXI
select HAVE_ARM_ARCH_TIMER
select PINCTRL
select PINCTRL_SUNXI
+ select POWER_RESET
+ select POWER_RESET_SUN6I
+ select POWER_SUPPLY
select RESET_CONTROLLER
select SUN4I_TIMER
select SUN5I_HSTIMER
+ select SUNXI_WATCHDOG
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists