Commit 6ce9c6ce authored by David Gibson's avatar David Gibson Committed by Linus Torvalds

[PATCH] ppc64: Kconfig cleanups

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: default avatarDavid Gibson <dwg@au1.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fdec0982
...@@ -215,7 +215,7 @@ config MSCHUNKS ...@@ -215,7 +215,7 @@ config MSCHUNKS
config PPC_RTAS config PPC_RTAS
bool "Proc interface to RTAS" bool "Proc interface to RTAS"
depends on !PPC_ISERIES depends on PPC_PSERIES
config RTAS_FLASH config RTAS_FLASH
tristate "Firmware flash interface" tristate "Firmware flash interface"
...@@ -227,6 +227,7 @@ config SCANLOG ...@@ -227,6 +227,7 @@ config SCANLOG
config LPARCFG config LPARCFG
tristate "LPAR Configuration Data" tristate "LPAR Configuration Data"
depends on PPC_PSERIES || PPC_ISERIES
help help
Provide system capacity information via human readable Provide system capacity information via human readable
<key word>=<value> pairs through a /proc/ppc64/lparcfg interface. <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
...@@ -273,7 +274,7 @@ source "drivers/pci/Kconfig" ...@@ -273,7 +274,7 @@ source "drivers/pci/Kconfig"
config HOTPLUG_CPU config HOTPLUG_CPU
bool "Support for hot-pluggable CPUs" bool "Support for hot-pluggable CPUs"
depends on SMP && HOTPLUG && EXPERIMENTAL depends on SMP && HOTPLUG && EXPERIMENTAL && PPC_PSERIES
---help--- ---help---
Say Y here to be able to turn CPUs off and on. Say Y here to be able to turn CPUs off and on.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment