linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
@ 2016-02-05 17:40 Masahiro Yamada
  2016-02-05 17:56 ` santosh shilimkar
  0 siblings, 1 reply; 7+ messages in thread
From: Masahiro Yamada @ 2016-02-05 17:40 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Masahiro Yamada, Russell King, linux-kernel, Santosh Shilimkar

KeyStone is Multi-platform.  ARM_PATCH_PHYS_VIRT is already select'ed
by ARCH_MULTIPLATFORM.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/mach-keystone/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
index ea955f6db..75bcb7f 100644
--- a/arch/arm/mach-keystone/Kconfig
+++ b/arch/arm/mach-keystone/Kconfig
@@ -1,7 +1,6 @@
 config ARCH_KEYSTONE
 	bool "Texas Instruments Keystone Devices"
 	depends on ARCH_MULTI_V7
-	depends on ARM_PATCH_PHYS_VIRT
 	select ARM_GIC
 	select HAVE_ARM_ARCH_TIMER
 	select CLKSRC_MMIO
-- 
1.9.1

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

end of thread, other threads:[~2016-06-14 15:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-05 17:40 [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT Masahiro Yamada
2016-02-05 17:56 ` santosh shilimkar
2016-02-05 18:13   ` Masahiro Yamada
2016-02-05 18:31     ` santosh shilimkar
2016-04-05  2:14       ` Masahiro Yamada
2016-06-14  6:17         ` Masahiro Yamada
2016-06-14 15:36           ` Santosh Shilimkar

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).