[RFC] splitting out LPAR support from CONFIG_PSERIES
Olaf Hering
olh at suse.de
Wed Apr 27 07:24:40 EST 2005
On Wed, Feb 23, Arnd Bergmann wrote:
> On Middeweken 23 Februar 2005 05:49, Olof Johansson wrote:
> +++ linux-2.6-ppc/arch/ppc64/Kconfig 2005-01-07 12:48:05.167929480 -0500
> config PPC_RTAS
> - bool "Proc interface to RTAS"
> + bool
> depends on PPC_PSERIES
> + default y
> +
> +config RTAS_PROC
> + bool "Proc interface to RTAS"
> + depends on PPC_RTAS
>
> config RTAS_FLASH
> tristate "Firmware flash interface"
> - depends on PPC_RTAS
> + depends on RTAS_PROC
>
> config SCANLOG
> tristate "Scanlog dump interface"
> - depends on PPC_RTAS
> + depends on RTAS_PROC && PPC_PSERIES
Can you or someone else add help texts to all these options?
More information about the Linuxppc64-dev
mailing list