diff options
author | York Sun <york.sun@nxp.com> | 2016-09-26 08:09:29 -0700 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-09-26 08:53:07 -0700 |
commit | 5e8bd7e117157eee591e377c80e024f12318cf9d (patch) | |
tree | 6e0f9fa051f8c0783efafc7a927722611f610d5b /arch/arm/Kconfig | |
parent | 75d7cf56ac699920a6d2edb5cbc3811aed9105dc (diff) | |
download | u-boot-imx-5e8bd7e117157eee591e377c80e024f12318cf9d.zip u-boot-imx-5e8bd7e117157eee591e377c80e024f12318cf9d.tar.gz u-boot-imx-5e8bd7e117157eee591e377c80e024f12318cf9d.tar.bz2 |
armv7: ls1021a: Convert CONFIG_LS1_DEEP_SLEEP to Kconfig option
Move this option to Kconfig and clean up existing uses.
Signed-off-by: York Sun <york.sun@nxp.com>
CC: Hongbo Zhang <hongbo.zhang@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1bc45ed..5073930 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -822,6 +822,7 @@ config TARGET_LS1021AQDS select SUPPORT_SPL select ARCH_LS1021A select ARCH_SUPPORT_PSCI + select LS1_DEEP_SLEEP config TARGET_LS1021ATWR bool "Support ls1021atwr" @@ -829,6 +830,7 @@ config TARGET_LS1021ATWR select SUPPORT_SPL select ARCH_LS1021A select ARCH_SUPPORT_PSCI + select LS1_DEEP_SLEEP config TARGET_LS1043AQDS bool "Support ls1043aqds" |