]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm1176/bcm2835/Kconfig
dm: Move Raspberry Pi driver model CONFIGs to Kconfig
[karo-tx-uboot.git] / arch / arm / cpu / arm1176 / bcm2835 / Kconfig
diff --git a/arch/arm/cpu/arm1176/bcm2835/Kconfig b/arch/arm/cpu/arm1176/bcm2835/Kconfig
new file mode 100644 (file)
index 0000000..94f57d7
--- /dev/null
@@ -0,0 +1,12 @@
+if TARGET_RPI
+
+config DM
+       default y if !SPL_BUILD
+
+config DM_SERIAL
+       default y if !SPL_BUILD
+
+config DM_GPIO
+       default y if !SPL_BUILD
+
+endif