summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-06 04:41:47 (GMT)
committerSimon Glass <sjg@chromium.org>2015-02-12 17:35:35 (GMT)
commit70c45aeb433d1c4c8f970927aba0cd45d701a7ae (patch)
treeaa68a83c2c872306bc296337a944332c58edd991 /configs
parent7b051c5235d6c82cbb396e4419e8d90c7d7635e7 (diff)
downloadu-boot-fsl-qoriq-70c45aeb433d1c4c8f970927aba0cd45d701a7ae.tar.xz
dm: mx6: Move driver model CONFIGs to Kconfig
Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/cm_fx6_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/cm_fx6_defconfig b/configs/cm_fx6_defconfig
index 3c0d64f..d2ebf69 100644
--- a/configs/cm_fx6_defconfig
+++ b/configs/cm_fx6_defconfig
@@ -2,3 +2,6 @@ CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL,SPL"
+S:CONFIG_ARM=y
+S:CONFIG_TARGET_CM_FX6=y
+CONFIG_DM=y
+CONFIG_DM_GPIO=y
+CONFIG_DM_SERIAL=y