On Thu, Oct 04, 2012 at 01:50:44AM -0700, Stephen Boyd wrote:
The TWD and SCU configs are selected by default as long as
SCORPIONMP is false and/or MCT is false. Implementing the logic
this way certainly saves lines in the Kconfig but it precludes
those machines which select SCORPIONMP or MCT from participating
in the single zImage effort because when those machines are
combined with other SMP capable machines the TWD and SCU are no
longer selected.
Push the select out to the machine entries so that we can compile
these machines together and still select the appropriate configs.
Signed-off-by: Stephen Boyd <redacted>
Cc: David Brown <redacted>
Cc: Kukjin Kim <redacted>
Cc: Linus Walleij <redacted>
Cc: Pawel Moll <redacted>
Cc: Rob Herring <redacted>
Cc: Russell King <redacted>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Shiraz Hashim <redacted>
Cc: Simon Horman <horms@verge.net.au>
Cc: Srinidhi Kasagar <redacted>
Cc: Stephen Warren <redacted>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Viresh Kumar <redacted>
---
The shmobile portion of this change seems fine to me.
Acked-by: Simon Horman <horms@verge.net.au>