]> Pileus Git - ~andy/linux/commit
ARM: OMAP2+: Fix multiple randconfig errors with SOC_OMAP and SOC_OMAP_NOOP
authorTony Lindgren <tony@atomide.com>
Fri, 24 Feb 2012 00:41:53 +0000 (16:41 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 24 Feb 2012 16:24:46 +0000 (08:24 -0800)
commitc295fb633e321a7df3b8846c4eaddc5da3e0aaed
treeb0f0587f3daa3a48ffa8cde8b49c1a0bf84e7365
parent3e2e613f5f1c5d8b30e6ce49954143bdfaa03dd5
ARM: OMAP2+: Fix multiple randconfig errors with SOC_OMAP and SOC_OMAP_NOOP

If we don't have ARCH_OMAP2, 3 or 4 selected randconfig will always
fail with multiple errors as the CPU and MACHINE are not set.

Fix this by changing arch/arm/Makefile to build mach-omap2 based on
ARCH_OMAP2PLUS. And let's introduce SOC_OMAP and SOC_OMAP_NOOP that
allow randconfig to generate buildable .config files.

Note that we can also remove few uncecssary ARCH_OMAP2PLUS lines
as they are all within if ARCH_OMAP2PLUS block.

Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/Makefile
arch/arm/mach-omap2/Kconfig