Remove driver model CONFIGs from the board config header and use Kconfig instead. Signed-off-by: Simon Glass <sjg@chromium.org>master
parent
f058f154a9
commit
34e609ca82
@ -0,0 +1,12 @@ |
|||||||
|
if TARGET_RPI |
||||||
|
|
||||||
|
config DM |
||||||
|
default y if !SPL_BUILD |
||||||
|
|
||||||
|
config DM_SERIAL |
||||||
|
default y if !SPL_BUILD |
||||||
|
|
||||||
|
config DM_GPIO |
||||||
|
default y if !SPL_BUILD |
||||||
|
|
||||||
|
endif |
Loading…
Reference in new issue