mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
da333ae73c
Create entries of CONFIG_DM, CONFIG_DM_SERIAL, CONFIG_DM_GPIO and CONFIG_DM_SPI. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>
6 lines
144 B
Text
6 lines
144 B
Text
config DM
|
|
bool "Enable Driver Model"
|
|
depends on !SPL_BUILD
|
|
help
|
|
This config option enables Driver Model.
|
|
To use legacy drivers, say N.
|