uboot/drivers/core/Kconfig

9 lines
288 B
Plaintext

config DM
bool "Enable Driver Model"
depends on !SPL_BUILD
help
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.