u-boot-brain/board/sharp/pwsh5/Kconfig
2021-12-25 02:46:38 +09:00

16 lines
166 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