diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-11-17 03:51:05 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-23 21:56:44 -0500 |
commit | 2c0e7ee61b335dea4bd2678591923c02703f4eeb (patch) | |
tree | 7e79c7b799dc3e68b4f3957f06163353379ebe1b /arch/arm/mach-kirkwood/Kconfig | |
parent | 96ff0f5c7efd4a2205c48a76a6a1fcd2731e6128 (diff) |
ARM: Kirkwood: Convert DNSKW to use gpio-poweroff.
Also enable the gpio-poweroff driver when DT is used.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Jamie Lentin <jm@lentin.co.uk>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index d018ad4bcc3c..35b3258cdccd 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig | |||
@@ -46,6 +46,9 @@ config MACH_GURUPLUG | |||
46 | 46 | ||
47 | config ARCH_KIRKWOOD_DT | 47 | config ARCH_KIRKWOOD_DT |
48 | bool "Marvell Kirkwood Flattened Device Tree" | 48 | bool "Marvell Kirkwood Flattened Device Tree" |
49 | select POWER_SUPPLY | ||
50 | select POWER_RESET | ||
51 | select POWER_RESET_GPIO | ||
49 | select USE_OF | 52 | select USE_OF |
50 | help | 53 | help |
51 | Say 'Y' here if you want your kernel to support the | 54 | Say 'Y' here if you want your kernel to support the |