]> git.sur5r.net Git - u-boot/blob - drivers/core/Kconfig
dc32385e85492a7ab5a8f56539ed073061257d5d
[u-boot] / 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.