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

18 lines
209 B
Plaintext
Raw Normal View History

2024-01-22 21:30:23 +09:00
if TARGET_PWA7400
config SYS_BOARD
default "pwa7400"
config SYS_VENDOR
default "sharp"
config SYS_SOC
default "mxs"
config SYS_CONFIG_NAME
default "pwa7400"
endif
source "board/sharp/common/Kconfig"