[PATCH] powerpc: remove default=y from PMAC and CHRP Kconfigs
Timur Tabi
timur at freescale.com
Thu Oct 9 06:57:25 EST 2008
Remove the "default y" from the Kconfig options for CHRP, PMAC, and PMAC64
platforms. This patch is a follow-up to "remove CHRP and PMAC support from
defconfigs, fix Kconfigs", which was applied incompletely.
Signed-off-by: Timur Tabi <timur at freescale.com>
---
Ben, in the future, please apply either all of my patch or none of it.
Applying half of my patch and "thinking about" the other half doesn't do me
any good.
arch/powerpc/platforms/chrp/Kconfig | 1 -
arch/powerpc/platforms/powermac/Kconfig | 4 ----
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/arch/powerpc/platforms/chrp/Kconfig b/arch/powerpc/platforms/chrp/Kconfig
index 22b4b4e..682afbc 100644
--- a/arch/powerpc/platforms/chrp/Kconfig
+++ b/arch/powerpc/platforms/chrp/Kconfig
@@ -9,4 +9,3 @@ config PPC_CHRP
select PPC_UDBG_16550
select PPC_NATIVE
select PCI
- default y
diff --git a/arch/powerpc/platforms/powermac/Kconfig b/arch/powerpc/platforms/powermac/Kconfig
index 055990c..85619d3 100644
--- a/arch/powerpc/platforms/powermac/Kconfig
+++ b/arch/powerpc/platforms/powermac/Kconfig
@@ -6,7 +6,6 @@ config PPC_PMAC
select PPC_INDIRECT_PCI if PPC32
select PPC_MPC106 if PPC32
select PPC_NATIVE
- default y
config PPC_PMAC64
bool
@@ -16,6 +15,3 @@ config PPC_PMAC64
select MPIC_U3_HT_IRQS
select GENERIC_TBSYNC
select PPC_970_NAP
- default y
-
-
--
1.5.5
More information about the Linuxppc-dev
mailing list