ARM: SMP: Refactor Kconfig to be more maintainable
authorDave Martin <dave.martin@linaro.org>
Thu, 2 Feb 2012 01:34:19 +0000 (09:34 +0800)
committer黄涛 <huangtao@rock-chips.com>
Thu, 2 Feb 2012 01:34:19 +0000 (09:34 +0800)
commitd8e7efc041ee14c85bb1c9ca24c7a0d0c840f51c
treeaf5c1c52a505bd3a1aeee28dbe22fe21917d19ce
parent40b60be070230f919ab319c1efc026b8d24a826e
ARM: SMP: Refactor Kconfig to be more maintainable

Making SMP depend on (huge list of MACH_ and ARCH_ configs) is
bothersome to maintain and likely to lead to merge conflicts.

This patch moves the knowledge of which platforms are SMP-capable
to the individual machines.  To enable this, a new HAVE_SMP config
option is introduced to allow machines to indicate that they can
run in a SMP configuration.

Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
        (for nomadik, ux500)
Acked-by: Tony Lindgren <tony@atomide.com>
        (for omap)
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
        (for exynos)
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
        (for imx)
Acked-by: Olof Johansson <olof@lixom.net>
        (for tegra)
arch/arm/Kconfig