Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1418501
| From | Franklin S Cooper Jr <fcooper@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 6/6] ARM: OMAP2+: Don't force select OMAP_GPMC |
| Date | 2016-06-09 19:10 +0200 |
| Message-ID | <rIbCW-S9-31@gated-at.bofh.it> (permalink) |
| References | <rIbCV-S9-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
OMAP_GPMC requires CONFIG_MEMORY to be enabled. However, by forcing OMAP_GPMC to be selected dependencies are ignored. This is a problem since it means OMAP_GPMC is always enabled even when it shouldn't be. By avoiding this force selection it insures that OMAP_GPMC is only enabled when its dependencies are met. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> --- arch/arm/mach-omap2/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 0517f0c..dcbb4bd 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -95,7 +95,6 @@ config ARCH_OMAP2PLUS select MEMORY select MFD_SYSCON select OMAP_DM_TIMER - select OMAP_GPMC select PINCTRL select SOC_BUS select OMAP_IRQCHIP -- 2.7.0
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/6] ARM: OMAP2+: Don't force select OMAP_GPMC Franklin S Cooper Jr <fcooper@ti.com> - 2016-06-09 19:10 +0200 [PATCH 6/6] ARM: OMAP2+: Don't force select OMAP_GPMC Franklin S Cooper Jr <fcooper@ti.com> - 2016-06-09 19:10 +0200
csiph-web