diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-22 19:43:09 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-24 10:33:53 -0500 |
commit | f428268adb7b632e3477f1f2b98df07eb0cb6040 (patch) | |
tree | d114e7688c5baf3d5dcde4cde43a262cdcbf8b6c /arch/arm | |
parent | 5d3c4ba19f0537313aa23f29894bc05952f08206 (diff) |
imx31_phycore: Split the eet variant out into a different TARGET
Rename CONFIG_IMX31_PHYCORE_EET to CONFIG_TARGET_IMX31_PHYCORE_EET and
make this a distinct config target.
Signed-off-by: Tom Rini <trini@konsulko.com>
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 2554a2cd14..1f59679248 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 |