[PATCH v4 2/5] ARM: SMP: Refactor Kconfig to be more maintainable
From: Olof Johansson <hidden>
Date: 2011-12-18 04:22:37
From: Olof Johansson <hidden>
Date: 2011-12-18 04:22:37
On Tue, Dec 13, 2011 at 9:56 AM, Dave Martin [off-list ref] wrote:
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 <redacted>
Acked-by: Olof Johansson <redacted> (Tegra parts) Thanks for doing this, I've been itching over it as well but never got around to fixing it. -Olof