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

18 lines
209 B
Plaintext
Raw Normal View History

2021-03-09 22:07:11 +09:00
if TARGET_PWG5300
config SYS_BOARD
default "pwg5300"
config SYS_VENDOR
default "sharp"
config SYS_SOC
default "mxs"
config SYS_CONFIG_NAME
default "pwg5300"
endif
2021-03-21 21:59:31 +09:00
2021-03-22 01:14:22 +09:00
source "board/sharp/common/Kconfig"