[RFC PATCH 06/19] powerpc: gamecube/wii: introduce GAMECUBE_COMMON
Albert Herranz
albert_herranz at yahoo.es
Thu Nov 26 04:06:24 EST 2009
Segher Boessenkool wrote:
>> If GAMECUBE_COMMON is unacceptable, maybe GAMECUBE_LEGACY or
>> GAMECUBE_COMPAT?
>
> Maybe it's best to write GAMECUBE || WII in the places that use it, then?
>
That gets messy in conditionals, like for example:
config PCI
bool "PCI support" if PPC_PCI_CHOICE
default y if !40x && !CPM2 && !8xx && !PPC_83xx \
- && !PPC_85xx && !PPC_86xx
+ && !PPC_85xx && !PPC_86xx && !(GAMECUBE || WII)
default PCI_PERMEDIA if !4xx && !CPM2 && !8xx
default PCI_QSPAN if !4xx && !CPM2 && 8xx
select ARCH_SUPPORTS_MSI
I'd prefer to have a Kconfig option for that, if we can come up with an agreed name :)
Thanks,
Albert
More information about the Linuxppc-dev
mailing list