[PATCH 4/4] ppc64 iSeries: allow build with no PCI

Christoph Hellwig hch at lst.de
Wed Jun 8 19:06:05 EST 2005


On Wed, Jun 08, 2005 at 05:43:04PM +1000, Stephen Rothwell wrote:
> Hi Andrew,
> 
> This patch allows iSeries to build with CONFIG_PCI=n.  This is useful for partitions that have only virtual I/O.
> 
> Signed-off-by: Stephen Rothwell <sfr at canb.auug.org.au>
> -- 
> Cheers,
> Stephen Rothwell                    sfr at canb.auug.org.au
> http://www.canb.auug.org.au/~sfr/
> 
> diff -ruN linus-iSeries-headers.19/arch/ppc64/Kconfig linus-iSeries-headers.20/arch/ppc64/Kconfig
> --- linus-iSeries-headers.19/arch/ppc64/Kconfig	2005-05-20 09:03:13.000000000 +1000
> +++ linus-iSeries-headers.20/arch/ppc64/Kconfig	2005-06-08 14:57:11.000000000 +1000
> @@ -323,7 +323,7 @@
>  	bool
>  
>  config PCI
> -	bool
> +	bool "support for PCI devices" if (EMBEDDED && PPC_ISERIES)

and what exactly makes an ISERIES an embedded device?  Please make this
just if PPC_ISERIES and provide a sane helptext.




More information about the Linuxppc64-dev mailing list