diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-09-02 22:26:55 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-10-13 12:53:53 -0400 |
commit | 0cdc8b921d68817b687755b4f6ae20cd8ff1d026 (patch) | |
tree | e35b262f38cb39411ff8bce4db5eaf168b0be7b2 /arch/arm/plat-omap/Kconfig | |
parent | 48de58e34ed379fa99d392a393b8d8343ab48515 (diff) | |
download | linux-0cdc8b921d68817b687755b4f6ae20cd8ff1d026.tar.gz linux-0cdc8b921d68817b687755b4f6ae20cd8ff1d026.tar.bz2 linux-0cdc8b921d68817b687755b4f6ae20cd8ff1d026.zip |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index e00fe764045a..95732af7b208 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -14,6 +14,7 @@ config ARCH_OMAP1 select CLKDEV_LOOKUP select CLKSRC_MMIO select GENERIC_IRQ_CHIP + select NEED_MACH_MEMORY_H help "Systems based on omap7xx, omap15xx or omap16xx" @@ -22,7 +23,6 @@ config ARCH_OMAP2PLUS select CLKDEV_LOOKUP select GENERIC_IRQ_CHIP select OMAP_DM_TIMER - select NO_MACH_MEMORY_H help "Systems based on OMAP2, OMAP3 or OMAP4" |