]> git.ipfire.org Git - people/ms/u-boot.git/blame_incremental - drivers/core/Kconfig
dm: add entries to Kconfig
[people/ms/u-boot.git] / drivers / core / Kconfig
... / ...
CommitLineData
1config DM
2 bool "Enable Driver Model"
3 depends on !SPL_BUILD
4 help
5 This config option enables Driver Model.
6 To use legacy drivers, say N.