diff options
author | Haojian Zhuang <haojian.zhuang@linaro.org> | 2014-05-13 11:11:28 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-31 07:32:21 +0200 |
commit | 4a9b37371822c6b47fdd87118e4f91b5ebc70b6f (patch) | |
tree | d8f574cf2bbf95cb24cd483c08a87917c460cfba /arch/arm/mach-hisi/Kconfig | |
parent | ARM: dts: Add hix5hd2-dkb dts file. (diff) | |
download | linux-4a9b37371822c6b47fdd87118e4f91b5ebc70b6f.tar.xz linux-4a9b37371822c6b47fdd87118e4f91b5ebc70b6f.zip |
power: reset: move hisilicon reboot code
Move reboot code from hisilicon platform driver into reset driver.
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Acked-by: Wei Xu <xuwei5@hisilicon.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-hisi/Kconfig')
-rw-r--r-- | arch/arm/mach-hisi/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig index 90fdbb4ae00a..984882943f77 100644 --- a/arch/arm/mach-hisi/Kconfig +++ b/arch/arm/mach-hisi/Kconfig @@ -4,6 +4,9 @@ config ARCH_HISI select ARM_AMBA select ARM_GIC select ARM_TIMER_SP804 + select POWER_RESET + select POWER_RESET_HISI + select POWER_SUPPLY if ARCH_HISI |