commit | 9b53833fdeaacc19c4263f3a2a7b371ac8f86887 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 12 23:18:40 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 17:27:10 2016 -0400 |
tree | 30671b4ef6168db60cba852afe54a3ceed749257 | |
parent | 0bdfc3eca195ce6b785ced9a9b44cce4cb060db1 [diff] [blame] |
Convert CONFIG_SPL_I2C_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/P1020RDB-PD_NAND_defconfig b/configs/P1020RDB-PD_NAND_defconfig index 2b4e450..41e2311 100644 --- a/configs/P1020RDB-PD_NAND_defconfig +++ b/configs/P1020RDB-PD_NAND_defconfig
@@ -10,6 +10,7 @@ CONFIG_SPL=y CONFIG_TPL=y CONFIG_TPL_ENV_SUPPORT=y +CONFIG_TPL_I2C_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_MMC=y CONFIG_CMD_SF=y