linux/arch/powerpc/platforms/85xx
John Rigby b500563b22 powerpc: pci config cleanup
Choosing PCI or not at config time is allowed on some
platforms via an if expression in arch/powerpc/Kconfig.
To add a new platform with PCI support selectable at
config time, you must change the if expression.  This
patch makes this easier by changing:
    bool "PCI support" if <long expression>
to
    bool "PCI support" if PPC_PCI_CHOICE
and adding select PPC_PCI_CHOICE to all the config nodes that
were previously in the PCI if expression.

Platforms with unconditional PCI support continue to
just select PCI in their config nodes.

Signed-off-by: John Rigby <jrigby@freescale.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-07-16 17:57:34 -05:00
..
Kconfig powerpc: pci config cleanup 2008-07-16 17:57:34 -05:00
ksi8560.c [POWERPC] 85xx: Emerson KSI8560 base support 2008-03-26 11:30:45 -05:00
Makefile powerpc/85xx: Add support for MPC8536DS 2008-07-14 07:55:37 -05:00
mpc85xx_ads.c powerpc/85xx: Update pin setup for 8560ads 2008-06-26 01:49:07 -05:00
mpc85xx_cds.c powerpc/85xx: publish of device for cds platforms 2008-07-14 07:55:43 -05:00
mpc85xx_ds.c powerpc/85xx: Minor fixes for 85xxds and 8536ds board. 2008-07-14 07:55:44 -05:00
mpc85xx_mds.c [POWERPC] 85xx: Fix some sparse warnings for 85xx MDS 2008-05-13 08:53:48 -05:00
mpc8536_ds.c powerpc/85xx: Minor fixes for 85xxds and 8536ds board. 2008-07-14 07:55:44 -05:00
sbc8548.c [POWERPC] 85xx: SBC8548 - Add flash support and HW Rev reporting 2008-05-13 08:53:48 -05:00
sbc8560.c [POWERPC] 85xx: convert sbc85* boards to use machine_device_initcall 2008-01-28 13:15:26 -06:00
stx_gp3.c [POWERPC] 85xx: some minor cleanups for stx_gp3 and tqm85xx 2008-01-28 08:32:53 -06:00
tqm85xx.c powerpc/85xx: add board support for the TQM8548 modules 2008-06-10 10:33:53 -05:00