u-boot-brain/board/silica/pengwyn/Kconfig

25 lines
296 B
Plaintext
Raw Normal View History

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