public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: nspire: Fix Kconfig dependency
@ 2016-06-01 19:06 Alexander Shiyan
  2016-06-01 20:51 ` Arnd Bergmann
  2016-07-05 14:11 ` Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Shiyan @ 2016-06-01 19:06 UTC (permalink / raw)
  To: linux-arm-kernel

ARM926T-based machine should depend on the ARCH_MULTI_V5 option.
The ARCH_MULTI_V4_V5 is selected automatically by basic ARM configuration.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/mach-nspire/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-nspire/Kconfig b/arch/arm/mach-nspire/Kconfig
index bc41f26..a22e99c6 100644
--- a/arch/arm/mach-nspire/Kconfig
+++ b/arch/arm/mach-nspire/Kconfig
@@ -1,6 +1,6 @@
 config ARCH_NSPIRE
 	bool "TI-NSPIRE based"
-	depends on ARCH_MULTI_V4_V5
+	depends on ARCH_MULTI_V5
 	depends on MMU
 	select CPU_ARM926T
 	select GENERIC_IRQ_CHIP
-- 
2.4.9

^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH] ARM: nspire: Fix Kconfig dependency
@ 2018-12-16  7:17 Alexander Shiyan
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Shiyan @ 2018-12-16  7:17 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Russell King, Alexander Shiyan

ARM926T-based machine should depend on the ARCH_MULTI_V5 option.
The ARCH_MULTI_V4_V5 is selected automatically by basic ARM configuration.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/mach-nspire/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-nspire/Kconfig b/arch/arm/mach-nspire/Kconfig
index d498530..9cf2d68 100644
--- a/arch/arm/mach-nspire/Kconfig
+++ b/arch/arm/mach-nspire/Kconfig
@@ -1,6 +1,6 @@
 config ARCH_NSPIRE
 	bool "TI-NSPIRE based"
-	depends on ARCH_MULTI_V4_V5
+	depends on ARCH_MULTI_V5
 	depends on MMU
 	select CPU_ARM926T
 	select GENERIC_IRQ_CHIP
-- 
2.10.2


_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2018-12-16  7:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-01 19:06 [PATCH] ARM: nspire: Fix Kconfig dependency Alexander Shiyan
2016-06-01 20:51 ` Arnd Bergmann
2016-07-05 14:11 ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2018-12-16  7:17 Alexander Shiyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox