]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/gumstix/pepper/Kconfig
dm: omap3: Move driver model CONFIGs to Kconfig
[karo-tx-uboot.git] / board / gumstix / pepper / Kconfig
index 6f94612fe210a1aed4aaa413ebfea88885fa24cc..3099a9eae153fb0f1c9b0c637ba56af666110d2c 100644 (file)
@@ -12,4 +12,13 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "pepper"
 
+config DM
+       default y if !SPL_BUILD
+
+config DM_GPIO
+       default y if !SPL_BUILD
+
+config DM_SERIAL
+       default y if !SPL_BUILD
+
 endif