]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap3/Kconfig
dm: omap3: Move driver model CONFIGs to Kconfig
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap3 / Kconfig
index a029379a4f21b76e769fce7fadfb5bbb531d217a..2fe323230fed032eb74fccbd9e560b75cf550dd2 100644 (file)
@@ -93,6 +93,15 @@ config TARGET_TWISTER
 
 endchoice
 
+config DM
+       default y if !SPL_BUILD
+
+config DM_GPIO
+       default y if DM && !SPL_BUILD
+
+config DM_SERIAL
+       default y if DM && !SPL_BUILD
+
 config SYS_SOC
        default "omap3"