Searched hist:"0 c11bbcf0229cdf3993c01cbd366513437b11f09" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/mach-imx/ |
H A D | Kconfig | diff 0c11bbcf0229cdf3993c01cbd366513437b11f09 Wed Aug 26 04:16:21 CEST 2020 Fabio Estevam <festevam@gmail.com> 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: 8064887e02fd ("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>
|