commit | 0d7c7e0a447829b8505a1d363d4813a7e6caccf3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 12 23:18:54 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 17:27:18 2016 -0400 |
tree | 705e9796ea731f445fdb1e2929da76891d07c92b | |
parent | 771d565fafdd59b33aa190609a4cd626de607276 [diff] [blame] |
Convert CONFIG_SPL_POWER_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/cm_t43_defconfig b/configs/cm_t43_defconfig index 29eb60b..2aed9b6 100644 --- a/configs/cm_t43_defconfig +++ b/configs/cm_t43_defconfig
@@ -7,6 +7,7 @@ CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_MMC_SUPPORT=y +CONFIG_SPL_POWER_SUPPORT=y CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y CONFIG_SPL_MTD_SUPPORT=y