aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/Kconfig.cputype
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-28 11:24:30 -0500
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 14:13:12 -0500
commit3a83156bd857f31ed264816321b78466bed8e4f4 (patch)
tree9b863a0a0c2444a823cb24ae7c9797cc76c1b64b /arch/powerpc/platforms/Kconfig.cputype
parentb9d3f259147d28f559cab3a7d0471cc4d411c511 (diff)
[POWERPC] 85xx: rework platform Kconfig
* Allow multiple boards to be selected in a single build * Removed Kconfig option '85xx' which existed only for compat with arch/ppc * Added a multiplatform 85xx defconfig (mpc85xx_defconfig). This builds all 85xx boards except sbc8560 and stx_gp3 since these to boards have board specific ifdef in driver code that may break all other boards Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/Kconfig.cputype')
-rw-r--r--arch/powerpc/platforms/Kconfig.cputype6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype
index c3ee0b58d539..f6bf0257b780 100644
--- a/arch/powerpc/platforms/Kconfig.cputype
+++ b/arch/powerpc/platforms/Kconfig.cputype
@@ -29,8 +29,8 @@ config PPC_85xx
29 bool "Freescale 85xx" 29 bool "Freescale 85xx"
30 select E500 30 select E500
31 select FSL_SOC 31 select FSL_SOC
32 select 85xx
33 select WANT_DEVICE_TREE 32 select WANT_DEVICE_TREE
33 select MPC85xx
34 34
35config PPC_8xx 35config PPC_8xx
36 bool "Freescale 8xx" 36 bool "Freescale 8xx"
@@ -97,10 +97,6 @@ config 8xx
97config 83xx 97config 83xx
98 bool 98 bool
99 99
100# this is temp to handle compat with arch=ppc
101config 85xx
102 bool
103
104config E500 100config E500
105 bool 101 bool
106 102