blob: dc32385e85492a7ab5a8f56539ed073061257d5d [file] [log] [blame]
Masahiro Yamada57ad8ee2014-10-23 22:26:09 +09001config DM
2 bool "Enable Driver Model"
3 depends on !SPL_BUILD
4 help
Simon Glassd8b771d2015-02-05 21:41:35 -07005 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.