]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/core/Kconfig
dm: add entries to Kconfig
[people/ms/u-boot.git] / drivers / core / Kconfig
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d2799dc861ff5a661ff6717c985285f263ebd1e9 100644 (file)
@@ -0,0 +1,6 @@
+config DM
+       bool "Enable Driver Model"
+       depends on !SPL_BUILD
+       help
+         This config option enables Driver Model.
+         To use legacy drivers, say N.