aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/Kconfig
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-09-02 22:26:55 -0400
committerNicolas Pitre <nico@fluxnic.net>2011-10-13 12:53:53 -0400
commit0cdc8b921d68817b687755b4f6ae20cd8ff1d026 (patch)
treee35b262f38cb39411ff8bce4db5eaf168b0be7b2 /arch/arm/plat-omap/Kconfig
parent48de58e34ed379fa99d392a393b8d8343ab48515 (diff)
ARM: switch from NO_MACH_MEMORY_H to NEED_MACH_MEMORY_H
Given that we want the default to not have any <mach/memory.h> and given that there are now fewer cases where it is still provided than the cases where it is not at this point, this makes sense to invert the logic and just identify the exception cases. The word "need" instead of "have" was chosen to construct the config symbol so not to suggest that having a mach/memory.h file is actually a feature that one should aim for. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r--arch/arm/plat-omap/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index e00fe764045..95732af7b20 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -14,6 +14,7 @@ config ARCH_OMAP1
14 select CLKDEV_LOOKUP 14 select CLKDEV_LOOKUP
15 select CLKSRC_MMIO 15 select CLKSRC_MMIO
16 select GENERIC_IRQ_CHIP 16 select GENERIC_IRQ_CHIP
17 select NEED_MACH_MEMORY_H
17 help 18 help
18 "Systems based on omap7xx, omap15xx or omap16xx" 19 "Systems based on omap7xx, omap15xx or omap16xx"
19 20
@@ -22,7 +23,6 @@ config ARCH_OMAP2PLUS
22 select CLKDEV_LOOKUP 23 select CLKDEV_LOOKUP
23 select GENERIC_IRQ_CHIP 24 select GENERIC_IRQ_CHIP
24 select OMAP_DM_TIMER 25 select OMAP_DM_TIMER
25 select NO_MACH_MEMORY_H
26 help 26 help
27 "Systems based on OMAP2, OMAP3 or OMAP4" 27 "Systems based on OMAP2, OMAP3 or OMAP4"
28 28