]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/compulab/cm_t335/Kconfig
dm: omap3: Move driver model CONFIGs to Kconfig
[karo-tx-uboot.git] / board / compulab / cm_t335 / Kconfig
index 683efde764436b4a6593e9060437ff94bb4f2b57..aadbfbc84dc86cc44effb384bbb245e272726b68 100644 (file)
@@ -12,4 +12,13 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "cm_t335"
 
+config DM
+       default y if !SPL_BUILD
+
+config DM_GPIO
+       default y if !SPL_BUILD
+
+config DM_SERIAL
+       default y if !SPL_BUILD
+
 endif