ARM: imx: Place "Cortex-A/Cortex-M" comment in the correct location
The menu comment "Cortex-A/Cortex-M asymmetric multiprocessing platforms"
appears when running:
make imx_v4_v5_defconfig
make menuconfig
System Type --->
[*] Freescale i.MX family --->
This is not correct as imx_v4_v5_defconfig does not select any Cortex-A
or Cortex-M platforms.
Move the comment under the correct symbol ifdefery to fix this problem.
Fixes: 8064887e02
("ARM: vf610: enable Cortex-M4 configuration on Vybrid SoC")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
9123e3a74e
commit
0c11bbcf02
|
@ -541,10 +541,10 @@ config SOC_LS1021A
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "Cortex-A/Cortex-M asymmetric multiprocessing platforms"
|
|
||||||
|
|
||||||
if ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M
|
if ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M
|
||||||
|
|
||||||
|
comment "Cortex-A/Cortex-M asymmetric multiprocessing platforms"
|
||||||
|
|
||||||
config SOC_IMX7D_CA7
|
config SOC_IMX7D_CA7
|
||||||
bool
|
bool
|
||||||
select ARM_GIC
|
select ARM_GIC
|
||||||
|
|
Loading…
Reference in New Issue