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

18 lines
203 B
Plaintext

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
source "board/sharp/common/Kconfig"