Masahiro Yamada | 57ad8ee | 2014-10-23 22:26:09 +0900 | [diff] [blame] | 1 | config DM |
2 | bool "Enable Driver Model" | ||||
3 | depends on !SPL_BUILD | ||||
4 | help | ||||
Simon Glass | d8b771d | 2015-02-05 21:41:35 -0700 | [diff] [blame^] | 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. |