uboot/arch/arm/cpu/armv7/mx7/Kconfig

28 lines
292 B
Plaintext

if ARCH_MX7
config MX7
bool
default y
config MX7D
bool
choice
prompt "MX7 board select"
optional
config TARGET_MX7DSABRESD
bool "mx7dsabresd"
select CPU_V7
select DM
select DM_THERMAL
endchoice
config SYS_SOC
default "mx7"
source "board/freescale/mx7dsabresd/Kconfig"
endif