2014-10-23 13:26:09 +00:00
|
|
|
config DM
|
|
|
|
bool "Enable Driver Model"
|
|
|
|
depends on !SPL_BUILD
|
|
|
|
help
|
2015-02-06 04:41:35 +00:00
|
|
|
This config option enables Driver Model. This brings in the core
|
|
|
|
support, including scanning of platform data on start-up. If
|
|
|
|
CONFIG_OF_CONTROL is enabled, the device tree will be scanned also
|
|
|
|
when available.
|