mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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
187 B
Text
6 lines
187 B
Text
config DM_SERIAL
|
|
bool "Enable Driver Model for serial drivers"
|
|
depends on DM
|
|
help
|
|
If you want to use driver model for serial drivers, say Y.
|
|
To use legacy serial drivers, say N.
|