ARCH OMAP : enable ARCH_HAS_HOLES_MEMORYMODEL for OMAP

OMAP platforms(like OMAP3530) include DSP or other co-processors
for media acceleration. when carving out memory for the
accelerators we can end up creating a hole in the memory map
of sort:
<kernel memory><hole(memory for accelerator)><kernel memory>

To handle such a memory configuration ARCH_HAS_HOLES_MEMORYMODEL
has to be enabled. For further information refer discussion at:
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg15262.html.

Signed-off-by: Sriramakrishnan <srk@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by Sriram and committed by Tony Lindgren 9af915da faccbcfb

+1
+1
arch/arm/Kconfig
··· 702 select ARCH_HAS_CPUFREQ 703 select GENERIC_TIME 704 select GENERIC_CLOCKEVENTS 705 help 706 Support for TI's OMAP platform (OMAP1 and OMAP2). 707
··· 702 select ARCH_HAS_CPUFREQ 703 select GENERIC_TIME 704 select GENERIC_CLOCKEVENTS 705 + select ARCH_HAS_HOLES_MEMORYMODEL 706 help 707 Support for TI's OMAP platform (OMAP1 and OMAP2). 708