summaryrefslogtreecommitdiffstats
path: root/configs/snapper9260_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-11 16:32:58 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 15:17:28 -0700
commitad885e45702029362575cec27e4808585c279832 (patch)
tree932364119ed4d231e2a1f0f0e733a807eb73601b /configs/snapper9260_defconfig
parent757fe635df1c5fc9448db84e458482cf63f0fd21 (diff)
downloadtalos-obmc-uboot-ad885e45702029362575cec27e4808585c279832.tar.gz
talos-obmc-uboot-ad885e45702029362575cec27e4808585c279832.zip
dm: at91: snapper: 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/snapper9260_defconfig')
-rw-r--r--configs/snapper9260_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/snapper9260_defconfig b/configs/snapper9260_defconfig
index 7055e2a13b..035146c657 100644
--- a/configs/snapper9260_defconfig
+++ b/configs/snapper9260_defconfig
@@ -1,3 +1,6 @@
CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9260"
CONFIG_ARM=y
CONFIG_TARGET_SNAPPER9260=y
+CONFIG_DM=y
+CONFIG_DM_GPIO=y
+CONFIG_DM_SERIAL=y
OpenPOWER on IntegriCloud