u-boot-brain/board/sharp/pwsh1/Kconfig
2022-01-21 21:47:58 +09:00

18 lines
203 B
Plaintext

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