]> git.hungrycats.org Git - linux/commitdiff
[PATCH] ppc64: Kconfig cleanups
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 8 Oct 2004 00:34:15 +0000 (17:34 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Oct 2004 00:34:15 +0000 (17:34 -0700)
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>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/Kconfig

index dbcd7bc75135fe49c08caa2644de73258376f5ee..1a56c0d42cd00024032db0065015620bcae078ed 100644 (file)
@@ -215,7 +215,7 @@ config MSCHUNKS
 
 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 SCANLOG
 
 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 @@ source "drivers/pci/Kconfig"
 
 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.