d3c7ffabf0
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@arndb.de>
22 lines
366 B
Plaintext
22 lines
366 B
Plaintext
config PPC_PMAC
|
|
bool "Apple PowerMac based machines"
|
|
depends on PPC_MULTIPLATFORM
|
|
select MPIC
|
|
select PCI
|
|
select PPC_INDIRECT_PCI if PPC32
|
|
select PPC_MPC106 if PPC32
|
|
select PPC_NATIVE
|
|
default y
|
|
|
|
config PPC_PMAC64
|
|
bool
|
|
depends on PPC_PMAC && POWER4
|
|
select MPIC
|
|
select U3_DART
|
|
select MPIC_U3_HT_IRQS
|
|
select GENERIC_TBSYNC
|
|
select PPC_970_NAP
|
|
default y
|
|
|
|
|