[patch 7/9] disallow building powermac and tsi108 without PCI
Kumar Gala
galak at kernel.crashing.org
Mon Jun 18 00:35:47 EST 2007
On Jun 15, 2007, at 7:05 PM, arnd at arndb.de wrote:
> The TSI108 code and the 32 bit powermac and chrp platforms
> have dependency on PCI that is not easy or desirable to get rid
> of.
>
> The easiest fix is to always select CONFIG_PCI if one of those
> platforms is enabled.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
>
> Index: linux-2.6/arch/powerpc/platforms/embedded6xx/Kconfig
> ===================================================================
> --- linux-2.6.orig/arch/powerpc/platforms/embedded6xx/Kconfig
> +++ linux-2.6/arch/powerpc/platforms/embedded6xx/Kconfig
> @@ -18,6 +18,7 @@ config LINKSTATION
>
> config MPC7448HPC2
> bool "Freescale MPC7448HPC2(Taiga)"
> + select PCI
> select TSI108_BRIDGE
> select DEFAULT_UIMAGE
> select PPC_UDBG_16550
> @@ -31,6 +32,7 @@ config PPC_HOLLY
> select TSI108_BRIDGE
> select PPC_UDBG_16550
> select CPU_7xx
> + select PCI
> help
> Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
> Board with TSI108/9 bridge (Hickory/Holly)
Any reason we just don't add the select to the config TSI108_BRIDGE
so any future TSI108 based systems get it as well?
- k
More information about the Linuxppc-dev
mailing list