* [PPC64] Kconfig cleanups
@ 2004-10-07 0:52 David Gibson
0 siblings, 0 replies; only message in thread
From: David Gibson @ 2004-10-07 0:52 UTC (permalink / raw)
To: Andrew Morton
Cc: Paul Mackerras, Anton Blanchard, linuxppc64-dev, linux-kernel
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@au1.ibm.com>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-07 0:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-07 0:52 [PPC64] Kconfig cleanups David Gibson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox