]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/config_defaults.h
dm: Add Kconfig options for driver model SPL support
[people/ms/u-boot.git] / include / config_defaults.h
index 4d493150444f3f8827df51f9593d3ac4ed76aec0..fa9983895736d4573b9c98103e6d86eba767243a 100644 (file)
 #define CONFIG_PARTITIONS 1
 
 #ifndef CONFIG_SPL_BUILD
+#ifndef CONFIG_DM_WARN
 #define CONFIG_DM_WARN
+#endif
+#ifndef CONFIG_DM_DEVICE_REMOVE
 #define CONFIG_DM_DEVICE_REMOVE
+#endif
+#ifndef CONFIG_DM_STDIO
 #define CONFIG_DM_STDIO
 #endif
+#endif
 
 #endif