u-boot/drivers/core/Kconfig

7 lines
144 B
Plaintext
Raw Normal View History

config DM
bool "Enable Driver Model"
depends on !SPL_BUILD
help
This config option enables Driver Model.
To use legacy drivers, say N.