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