From: Dave Martin Date: Wed, 7 Dec 2011 15:38:04 +0000 (+0000) Subject: ARM: SMP: Refactor Kconfig to be more maintainable X-Git-Tag: v3.3-rc1~176^2~1^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b55658aefbf82646a246f3c8a14b9b8a24198a9;p=pandora-kernel.git 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 Acked-by: Linus Walleij (for nomadik, ux500) Acked-by: Tony Lindgren (for omap) Acked-by: Kukjin Kim (for exynos) Acked-by: Sascha Hauer (for imx) Acked-by: Olof Johansson (for tegra) --- Reading git-diff-tree failed