[PPC64] Kconfig cleanups

From: David Gibson
Date: Wed Oct 06 2004 - 19:58:44 EST


Andrew, please apply:

Now that the PPC64 code supports more platforms than just pSeries and
iSeries, some p/i specific Kconfig options need to be updated
accordingly.

Signed-off-by: David Gibson <dwg@xxxxxxxxxxx>

Index: working-2.6/arch/ppc64/Kconfig
===================================================================
--- working-2.6.orig/arch/ppc64/Kconfig 2004-09-28 10:22:13.000000000 +1000
+++ working-2.6/arch/ppc64/Kconfig 2004-10-07 10:26:53.466075056 +1000
@@ -215,7 +215,7 @@

config PPC_RTAS
bool "Proc interface to RTAS"
- depends on !PPC_ISERIES
+ depends on PPC_PSERIES

config RTAS_FLASH
tristate "Firmware flash interface"
@@ -227,6 +227,7 @@

config LPARCFG
tristate "LPAR Configuration Data"
+ depends on PPC_PSERIES || PPC_ISERIES
help
Provide system capacity information via human readable
<key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
@@ -273,7 +274,7 @@

config HOTPLUG_CPU
bool "Support for hot-pluggable CPUs"
- depends on SMP && HOTPLUG && EXPERIMENTAL
+ depends on SMP && HOTPLUG && EXPERIMENTAL && PPC_PSERIES
---help---
Say Y here to be able to turn CPUs off and on.


--
David Gibson | For every complex problem there is a
david AT gibson.dropbear.id.au | solution which is simple, neat and
| wrong.
http://www.ozlabs.org/people/dgibson
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/