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

18 lines
209 B
Plaintext

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