u-boot-brain/board/sharp/pwg4200/Kconfig

18 lines
209 B
Plaintext
Raw Normal View History

2021-05-31 01:23:35 +09:00
if TARGET_PWG4200
config SYS_BOARD
default "pwg4200"
config SYS_VENDOR
default "sharp"
config SYS_SOC
default "mxs"
config SYS_CONFIG_NAME
default "pwg4200"
endif
source "board/sharp/common/Kconfig"