diff options
Diffstat (limited to 'arch/arm/cpu/armv7/mx6/Kconfig')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 10908c4..dce7ffc 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -25,17 +25,26 @@ config MX6SL config MX6SX bool +config MX6UL + select SYS_L2CACHE_OFF + bool + choice prompt "MX6 board select" optional +config TARGET_CM_FX6 + bool "Support CM-FX6" + select SUPPORT_SPL + select DM + select DM_SERIAL + select DM_GPIO + config TARGET_SECOMX6 bool "Support secomx6 boards" - select CPU_V7 config TARGET_TQMA6 bool "TQ Systems TQMa6 board" - select CPU_V7 endchoice |