001646c478
Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass <sjg@chromium.org>
25 lines
296 B
Plaintext
25 lines
296 B
Plaintext
if TARGET_PENGWYN
|
|
|
|
config SYS_BOARD
|
|
default "pengwyn"
|
|
|
|
config SYS_VENDOR
|
|
default "silica"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pengwyn"
|
|
|
|
config DM
|
|
default y if !SPL_BUILD
|
|
|
|
config DM_GPIO
|
|
default y if !SPL_BUILD
|
|
|
|
config DM_SERIAL
|
|
default y if !SPL_BUILD
|
|
|
|
endif
|