4bba9d3f77
Make this option available in Kconfig and clean up the board that uses it. Note there is also an entry in exynos5-common.h but this affects multiple boards and should be dropped as part of the Samsung I2C migration to driver model. Signed-off-by: Simon Glass <sjg@chromium.org>
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_EXYNOS=y
|
|
CONFIG_TARGET_ODROID=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="exynos4412-odroid"
|
|
CONFIG_DM_I2C=y
|
|
CONFIG_DM_I2C_COMPAT=y
|