ARM: switch from NO_MACH_MEMORY_H to NEED_MACH_MEMORY_H
authorNicolas Pitre <nicolas.pitre@linaro.org>
Sat, 3 Sep 2011 02:26:55 +0000 (22:26 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Thu, 13 Oct 2011 16:53:53 +0000 (12:53 -0400)
commit0cdc8b921d68817b687755b4f6ae20cd8ff1d026
treee35b262f38cb39411ff8bce4db5eaf168b0be7b2
parent48de58e34ed379fa99d392a393b8d8343ab48515
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>
arch/arm/Kconfig
arch/arm/include/asm/memory.h
arch/arm/plat-omap/Kconfig