]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: Place "Cortex-A/Cortex-M" comment in the correct location
authorFabio Estevam <festevam@gmail.com>
Wed, 26 Aug 2020 02:16:21 +0000 (23:16 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 5 Sep 2020 01:34:31 +0000 (09:34 +0800)
commitda4e237587ab526de933313ffeb23c9b817edc3d
tree27081ecbda0383ecc6b2121175ed436309630ab1
parentdd44bddf04c5fd83529b139fbfac0a5372c1a87d
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: 8908ce7bec46 ("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>
arch/arm/mach-imx/Kconfig