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

25 lines
254 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
config DM_GPIO
default y
config DM_SERIAL
default y
endif