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

17 lines
202 B
Plaintext

if TARGET_PWSH5
config SYS_BOARD
default "pwsh5"
config SYS_VENDOR
default "sharp"
config SYS_SOC
default "mxs"
config SYS_CONFIG_NAME
default "pwsh5"
endif
source "board/sharp/common/Kconfig"