Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1327968
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT |
| Date | 2016-02-05 18:50 +0100 |
| Message-ID | <qYSG6-3jH-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-02-05 18:50 +0100
Re: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT santosh shilimkar <santosh.shilimkar@oracle.com> - 2016-02-05 19:00 +0100
Re: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-02-05 19:20 +0100
Re: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT santosh shilimkar <santosh.shilimkar@oracle.com> - 2016-02-05 19:40 +0100
csiph-web