All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: imx: Place "Cortex-A/Cortex-M" comment in the correct location
@ 2020-08-26  2:16 Fabio Estevam
  2020-09-05  1:34 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2020-08-26  2:16 UTC (permalink / raw)
  To: shawnguo; +Cc: Fabio Estevam, linux-arm-kernel, stefan

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>
---
 arch/arm/mach-imx/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index e7d7b90e2cf8..fb0c2a83268a 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -541,10 +541,10 @@ config SOC_LS1021A
 
 endif
 
-comment "Cortex-A/Cortex-M asymmetric multiprocessing platforms"
-
 if ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M
 
+comment "Cortex-A/Cortex-M asymmetric multiprocessing platforms"
+
 config SOC_IMX7D_CA7
 	bool
 	select ARM_GIC
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: imx: Place "Cortex-A/Cortex-M" comment in the correct location
  2020-08-26  2:16 [PATCH] ARM: imx: Place "Cortex-A/Cortex-M" comment in the correct location Fabio Estevam
@ 2020-09-05  1:34 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-09-05  1:34 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: linux-arm-kernel, stefan

On Tue, Aug 25, 2020 at 11:16:21PM -0300, Fabio Estevam wrote:
> 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>

Applied, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-05  1:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-26  2:16 [PATCH] ARM: imx: Place "Cortex-A/Cortex-M" comment in the correct location Fabio Estevam
2020-09-05  1:34 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.