summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-03-24 17:17:58 -0400
committerTom Rini <[email protected]>2022-04-01 10:28:47 -0400
commit28f9c3125dc1c970757520697c999002292cfd5a (patch)
treeb78f4a6d5a3a24bfad728302c6b74b320e5ba283 /board
parentac28e20842f5a93aeb62bc0c2cac67ff1f0885ea (diff)
Convert CONFIG_DEEP_SLEEP to Kconfig
This converts the following to Kconfig: CONFIG_DEEP_SLEEP Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/common/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/freescale/common/Kconfig b/board/freescale/common/Kconfig
index 300b01e0400..b41d93b6f68 100644
--- a/board/freescale/common/Kconfig
+++ b/board/freescale/common/Kconfig
@@ -22,6 +22,13 @@ config CMD_ESBC_VALIDATE
esbc_validate - validate signature using RSA verification
esbc_halt - put the core in spin loop (Secure Boot Only)
+config DEEP_SLEEP
+ bool "Enable SoC deep sleep feature"
+ default y if ARCH_T1024 || ARCH_T1040 || ARCH_T1042 || ARCH_LS1021A
+ help
+ Indicates this SoC supports deep sleep feature. If deep sleep is
+ supported, core will start to execute uboot when wakes up.
+
config FSL_USE_PCA9547_MUX
bool "Enable PCA9547 I2C Mux on Freescale boards"
help