aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2007-06-13 00:52:54 -0400
committerPaul Mackerras <paulus@samba.org>2007-06-14 08:30:15 -0400
commitf21f49ea639ac3f24824177dac1268af75a2d373 (patch)
tree2750cea49f8ffe275b4cf321a788890e50b2cf75 /arch/powerpc/Kconfig
parent90ac19a8b21ba2621ddd7beb2dc96152e78270b7 (diff)
[POWERPC] Remove the dregs of APUS support from arch/powerpc
APUS (the Amiga Power-Up System) is not supported under arch/powerpc and it's unlikely it ever will be. Therefore, this patch removes the fragments of APUS support code from arch/powerpc which have been copied from arch/ppc. A few APUS references are left in asm-powerpc in .h files which are still used from arch/ppc. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 12830a77d163..882f8a1d2c7c 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -436,9 +436,9 @@ config PCI
436 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ 436 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \
437 || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ 437 || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \
438 || MPC7448HPC2 || PPC_PS3 || PPC_HOLLY 438 || MPC7448HPC2 || PPC_PS3 || PPC_HOLLY
439 default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ 439 default y if !40x && !CPM2 && !8xx && !PPC_83xx \
440 && !PPC_85xx && !PPC_86xx 440 && !PPC_85xx && !PPC_86xx
441 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS 441 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx
442 default PCI_QSPAN if !4xx && !CPM2 && 8xx 442 default PCI_QSPAN if !4xx && !CPM2 && 8xx
443 select ARCH_SUPPORTS_MSI 443 select ARCH_SUPPORTS_MSI
444 help 444 help