gk7205v200-uboot/arch/arm/cpu/armv7/mx5/Kconfig
2025-08-07 17:13:54 +08:00

29 lines
286 B
Plaintext
Executable File

if ARCH_MX5
config MX5
bool
default y
config MX51
bool
config MX53
bool
choice
prompt "MX5 board select"
optional
config TARGET_USBARMORY
bool "Support USB armory"
select CPU_V7
endchoice
config SYS_SOC
default "mx5"
source "board/inversepath/usbarmory/Kconfig"
endif