diff options
author | Adam Ford <aford173@gmail.com> | 2017-08-07 13:11:34 -0500 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2017-08-10 12:02:32 +0200 |
commit | daa0f0500f2bf6fdda7c359c24d4fc6ca46f6159 (patch) | |
tree | a33990aeffb2ffd806cea84a1c92609a0fe39ba8 /include/configs/omap3_pandora.h | |
parent | 94d50bed653ba088b39416b12f825eb13a2a87c5 (diff) | |
download | u-boot-daa0f0500f2bf6fdda7c359c24d4fc6ca46f6159.tar.gz |
Convert CONFIG_SYS_I2C_OMAP24XX to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_OMAP24XX
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/omap3_pandora.h')
-rw-r--r-- | include/configs/omap3_pandora.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h index e6d2a4fd5e..53c53ef9ff 100644 --- a/include/configs/omap3_pandora.h +++ b/include/configs/omap3_pandora.h @@ -29,9 +29,6 @@ * Hardware drivers */ -/* I2C Support */ -#define CONFIG_SYS_I2C_OMAP24XX - /* TWL4030 LED */ #define CONFIG_TWL4030_LED |