commit | d4c6180de2ec418612afd08fb4cac10e015d1bcf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 12 23:18:34 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 17:27:08 2016 -0400 |
tree | 0368152453418fd1d0d2599a51b0219733051627 | |
parent | c7e2b9894275ad32c29519f6366c0ea2bdb2bd59 [diff] [blame] |
Convert CONFIG_SPL_DRIVERS_MISC_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/P1010RDB-PA_SDCARD_defconfig b/configs/P1010RDB-PA_SDCARD_defconfig index 4f8e42c..46ad7cc 100644 --- a/configs/P1010RDB-PA_SDCARD_defconfig +++ b/configs/P1010RDB-PA_SDCARD_defconfig
@@ -1,4 +1,5 @@ CONFIG_PPC=y +CONFIG_SPL_DRIVERS_MISC_SUPPORT=y CONFIG_MPC85xx=y CONFIG_TARGET_P1010RDB=y CONFIG_FIT=y