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

17 lines
202 B
Plaintext

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