summaryrefslogtreecommitdiff
path: root/configs/wandboard_defconfig
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2019-03-18 23:29:46 +0100
committerStefano Babic <sbabic@denx.de>2019-04-13 20:30:09 +0200
commitc60954207983bbeaa343ef730d82224c940053e8 (patch)
tree83f32eb34a96b3f364b38cc188fd468be25a2dfb /configs/wandboard_defconfig
parentec837c82d7093140d834ff17995ec0a5417e88aa (diff)
imx6: wandboard: convert to DM_I2C
Allow building with DM_I2C enabled. Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs/wandboard_defconfig')
-rw-r--r--configs/wandboard_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
index 63f2639bd3..9d9fbffbbd 100644
--- a/configs/wandboard_defconfig
+++ b/configs/wandboard_defconfig
@@ -39,6 +39,11 @@ CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_DM=y
CONFIG_DWC_AHSATA=y
CONFIG_DM_GPIO=y
+CONFIG_DM_I2C=y
+CONFIG_SYS_I2C_MXC=y
+CONFIG_SYS_I2C_MXC_I2C1=y
+CONFIG_SYS_I2C_MXC_I2C2=y
+CONFIG_SYS_I2C_MXC_I2C3=y
CONFIG_FSL_ESDHC=y
CONFIG_PHYLIB=y
CONFIG_MII=y