]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/core/Kconfig
dm: Expand and complete Kconfig in drivers/
[karo-tx-uboot.git] / drivers / core / Kconfig
1 config DM
2         bool "Enable Driver Model"
3         depends on !SPL_BUILD
4         help
5           This config option enables Driver Model. This brings in the core
6           support, including scanning of platform data on start-up. If
7           CONFIG_OF_CONTROL is enabled, the device tree will be scanned also
8           when available.