On Wed, Mar 26, 2014 at 12:42 AM, Arnd Bergmann [off-list ref] wrote:
My point is that once the two are multiplatform, we wouldn't
do the CPU selection patches like this anymore. Instead, I would just do
config CPU_ARM920T
bool "Support ARM920T processor" if ARCH_MULTI_V4T
...
config CPU_ARM926T
bool "Support ARM920T processor" if ARCH_MULTI_V5
...
Ah I see, that's elegant. Yes let's go for this.
Yours,
Linus Walleij