diff options
author | Simon Glass | 2016-09-12 23:18:40 -0600 |
---|---|---|
committer | Tom Rini | 2016-09-16 17:27:10 -0400 |
commit | 9c21df15474b9f722822a95d334796cd97b3448b (patch) | |
tree | 30671b4ef6168db60cba852afe54a3ceed749257 /include/configs/imx6_spl.h | |
parent | 53b5bf3c1d24c3a0d92c7cf0824a51bde41ee321 (diff) |
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>
Diffstat (limited to 'include/configs/imx6_spl.h')
-rw-r--r-- | include/configs/imx6_spl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h index 208245f6d80..c47c9994ab5 100644 --- a/include/configs/imx6_spl.h +++ b/include/configs/imx6_spl.h @@ -32,7 +32,6 @@ #define CONFIG_SPL_LIBCOMMON_SUPPORT #define CONFIG_SPL_LIBGENERIC_SUPPORT #define CONFIG_SPL_SERIAL_SUPPORT -#define CONFIG_SPL_I2C_SUPPORT #define CONFIG_SPL_WATCHDOG_SUPPORT /* NAND support */ |