diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2554a2c..1f59679 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -315,7 +315,11 @@ config TARGET_X600 select SUPPORT_SPL config TARGET_IMX31_PHYCORE - bool "Support imx31_phycore" + bool "Support imx31_phycore_eet" + select CPU_ARM1136 + +config TARGET_IMX31_PHYCORE_EET + bool "Support imx31_phycore_eet" select CPU_ARM1136 config TARGET_MX31ADS |