PATCH: Enable PCI by default on PPC_86xx boards
Paul Mackerras
paulus at samba.org
Tue Aug 8 16:17:56 EST 2006
Jon Loeliger writes:
> config PCI
> - bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx ||
> PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) \
> - || MPC7448HPC2
> - default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !PPC_85xx
> && !PPC_86xx
> + bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx
> \
> + || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) || MPC7448HPC2
> + default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \
> + && !PPC_85xx && !PPC_86xx
I see how that means we offer PCI if PPC_86xx, but I don't see how
that enables it by default... All you've done to the default y line
is to stick backslash-newline-whitespace in the middle.
(Patch is linewrapped, by the way.)
Paul.
More information about the Linuxppc-dev
mailing list