diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2013-01-15 06:24:14 -0500 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2013-03-21 11:17:39 -0400 |
commit | 2655f51d0afd2087fb3e0e6a996610e06032d754 (patch) | |
tree | 21dd5114f9a5a89ecbab24cf98193f151e4bb9fb /arch/arm/mach-vexpress/Kconfig | |
parent | a937536b868b8369b98967929045f1df54234323 (diff) |
arm: vexpress: Move the poweroff/restart code to drivers/power/reset
This patch moves the arch/arm/mach-vexpress/reset.c functionality to
drivers/platform/reset/ and adds the necessary Kconfig wiring.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'arch/arm/mach-vexpress/Kconfig')
-rw-r--r-- | arch/arm/mach-vexpress/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 52d315b792c8..0f1c5e53fb27 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig | |||
@@ -17,6 +17,9 @@ config ARCH_VEXPRESS | |||
17 | select NO_IOPORT | 17 | select NO_IOPORT |
18 | select PLAT_VERSATILE | 18 | select PLAT_VERSATILE |
19 | select PLAT_VERSATILE_CLCD | 19 | select PLAT_VERSATILE_CLCD |
20 | select POWER_RESET | ||
21 | select POWER_RESET_VEXPRESS | ||
22 | select POWER_SUPPLY | ||
20 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | 23 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
21 | select VEXPRESS_CONFIG | 24 | select VEXPRESS_CONFIG |
22 | help | 25 | help |