[4/5] replace CONFIG_POWER4_ONLY by new tuning mechanism

2008-07-21 Thread Marvin
This patch replaces CONFIG_POWER4_ONLY by (CONFIG_OPT_EXCLUSIVE CONFIG_TUNE_POWER4). This gets overwritten in the next patch. It also introduces integer values of CPU generations. This is useful to enable features available only since a certain CPU gen (see last hunk). Unfortunately, kbuild

Re: [4/5] replace CONFIG_POWER4_ONLY by new tuning mechanism

2008-07-21 Thread Arnd Bergmann
On Monday 21 July 2008, Marvin wrote: --- a/arch/powerpc/platforms/Kconfig.cputype +++ b/arch/powerpc/platforms/Kconfig.cputype @@ -115,13 +115,30 @@ config OPT_EXCLUSIVE    If you are unsure, select no.   -config BATS64 +config PPC64_GEN depends on PPC64 -