diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-12-28 13:25:10 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-26 01:12:02 +0000 |
commit | 4350a47bbac3f90c724d565d7b895262f454d0c3 (patch) | |
tree | f38246acfd6410dd242b9f628bf20bce258ee6bf /arch/arm/mach-kirkwood/Kconfig | |
parent | 193da78bec1b510ab0a743348a7e9a2c24766268 (diff) |
ARM: Kirkwood: Make use of the QNAP Power off driver.
Add a node into the DT binding and remove C code.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 58518a2a68f9..e12376b60b1b 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig @@ -315,6 +315,7 @@ config MACH_TS219_DT select ARCH_KIRKWOOD_DT select ARM_APPENDED_DTB select ARM_ATAG_DTB_COMPAT + select POWER_RESET_QNAP help Say 'Y' here if you want your kernel to support the QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and |