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

18 lines
203 B
Plaintext
Raw Normal View History

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