diff options
author | Paul Mackerras <paulus@samba.org> | 2007-03-26 14:08:19 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-03-26 14:08:19 +1000 |
commit | 3771f2d9a46ca3b57e473afe929196efad7f3aa6 (patch) | |
tree | acc03ec60470b7c0987df05486f6af877e367be3 /arch/powerpc/platforms/powermac | |
parent | 70b52b3869a31aab85241a1f998f9943a3905637 (diff) | |
parent | 4330f5da98eb91392c7a7b00c22a24c57079c0fc (diff) |
Merge branch 'ppc_kconfig' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.22
Diffstat (limited to 'arch/powerpc/platforms/powermac')
-rw-r--r-- | arch/powerpc/platforms/powermac/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/powermac/Kconfig b/arch/powerpc/platforms/powermac/Kconfig new file mode 100644 index 00000000000..02d9c7dba87 --- /dev/null +++ b/arch/powerpc/platforms/powermac/Kconfig @@ -0,0 +1,20 @@ +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 + select MPIC_BROKEN_U3 + select GENERIC_TBSYNC + select PPC_970_NAP + default y + + |