Kconfig 354 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
config PPC_PMAC
	bool "Apple PowerMac based machines"
	depends on PPC_MULTIPLATFORM
	select MPIC
	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
15
	select MPIC_U3_HT_IRQS
16 17 18 19 20
	select GENERIC_TBSYNC
	select PPC_970_NAP
	default y