Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1327963 > unrolled thread
| Started by | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| First post | 2016-02-05 18:40 +0100 |
| Last post | 2016-02-08 23:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: integrator: remove redundant select in Kconfig Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-02-05 18:40 +0100
Re: [PATCH] ARM: integrator: remove redundant select in Kconfig Olof Johansson <olof@lixom.net> - 2016-02-08 23:10 +0100
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2016-02-05 18:40 +0100 |
| Subject | [PATCH] ARM: integrator: remove redundant select in Kconfig |
| Message-ID | <qYSwq-3ga-11@gated-at.bofh.it> |
All of these are already select'ed by ARCH_MULTIPLATFORM. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm/mach-integrator/Kconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig index b01bdc9..b2a85ba 100644 --- a/arch/arm/mach-integrator/Kconfig +++ b/arch/arm/mach-integrator/Kconfig @@ -2,22 +2,16 @@ menuconfig ARCH_INTEGRATOR bool "ARM Ltd. Integrator family" depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V6 select ARM_AMBA - select ARM_PATCH_PHYS_VIRT if MMU - select AUTO_ZRELADDR - select COMMON_CLK select COMMON_CLK_VERSATILE - select GENERIC_CLOCKEVENTS select HAVE_TCM select ICST select MFD_SYSCON - select MULTI_IRQ_HANDLER select PLAT_VERSATILE select POWER_RESET select POWER_RESET_VERSATILE select POWER_SUPPLY select SOC_INTEGRATOR_CM select SPARSE_IRQ - select USE_OF select VERSATILE_FPGA_IRQ help Support for ARM's Integrator platform. -- 1.9.1
[toc] | [next] | [standalone]
| From | Olof Johansson <olof@lixom.net> |
|---|---|
| Date | 2016-02-08 23:10 +0100 |
| Message-ID | <r02am-2VY-25@gated-at.bofh.it> |
| In reply to | #1327963 |
On Sat, Feb 06, 2016 at 02:38:40AM +0900, Masahiro Yamada wrote: > All of these are already select'ed by ARCH_MULTIPLATFORM. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > --- Thanks, applied to next/cleanup. -Olof
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web