linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Kconfig: improve ARM_SINGLE_ARMV7M description with Cortex M7
@ 2021-12-02 22:20 Giulio Benetti
  2021-12-03  9:30 ` Vladimir Murzin
  0 siblings, 1 reply; 7+ messages in thread
From: Giulio Benetti @ 2021-12-02 22:20 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: Russell King, Arnd Bergmann, Linus Walleij, Andrew Morton,
	Russell King (Oracle),
	Ard Biesheuvel, Mark Rutland, Anshuman Khandual,
	Geert Uytterhoeven, Mike Rapoport, Uwe Kleine-König,
	Lukas Bulwahn, Giulio Benetti

ARM_SINGLE_ARMV7M implies Arm Cortex M7 too, so let's add it to
description with M0/M3/M4.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 arch/arm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c2724d986fa0..67efbde70e34 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -329,7 +329,7 @@ config ARCH_MULTIPLATFORM
 	select USE_OF
 
 config ARM_SINGLE_ARMV7M
-	bool "ARMv7-M based platforms (Cortex-M0/M3/M4)"
+	bool "ARMv7-M based platforms (Cortex-M0/M3/M4/M7)"
 	depends on !MMU
 	select ARM_NVIC
 	select AUTO_ZRELADDR
-- 
2.25.1


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

end of thread, other threads:[~2021-12-03 17:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02 22:20 [PATCH] ARM: Kconfig: improve ARM_SINGLE_ARMV7M description with Cortex M7 Giulio Benetti
2021-12-03  9:30 ` Vladimir Murzin
2021-12-03 16:41   ` Giulio Benetti
2021-12-03 17:01     ` Vladimir Murzin
2021-12-03 17:03       ` Giulio Benetti
2021-12-03 17:09       ` [PATCH] ARM: Kconfig: improve ARM_SINGLE_ARMV7M with ARMv8-M too Giulio Benetti
2021-12-03 17:12         ` Vladimir Murzin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).