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 /configs/ti816x_evm_defconfig | |
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 'configs/ti816x_evm_defconfig')
-rw-r--r-- | configs/ti816x_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ti816x_evm_defconfig b/configs/ti816x_evm_defconfig index 0f9b905bed..9d4be2af1d 100644 --- a/configs/ti816x_evm_defconfig +++ b/configs/ti816x_evm_defconfig @@ -39,6 +39,7 @@ CONFIG_OF_CONTROL=y CONFIG_DM=y CONFIG_DM_GPIO=y CONFIG_DM_I2C=y +CONFIG_SYS_I2C_OMAP24XX=y CONFIG_MMC_OMAP_HS=y CONFIG_SYS_NS16550=y # CONFIG_USE_PRIVATE_LIBGCC is not set |