Kconfig 288 B

12345678
  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.