]> git.neil.brown.name Git - history.git/commitdiff
[ARM] Cleanup ARM configuration
authorRussell King <rmk@flint.arm.linux.org.uk>
Sun, 17 Nov 2002 14:57:13 +0000 (14:57 +0000)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sun, 17 Nov 2002 14:57:13 +0000 (14:57 +0000)
- FORCE_MAX_ZONEORDER should depend on SA1111, not a collection of
  machine specific configuration symbols.
- RPCMOUSE is obsolete; replaced by MOUSE_RISCPC.

arch/arm/Kconfig

index 5db6941972442077fdfd91cdbc78170042cf3633..8e7a0b7c1de421aa22ac15ad917561d2f3b3bf96 100644 (file)
@@ -222,7 +222,7 @@ config SA1111
 
 config FORCE_MAX_ZONEORDER
        int
-       depends on ASSABET_NEPONSET || SA1100_ADSBITSY || SA1100_BADGE4 || SA1100_CONSUS || SA1100_GRAPHICSMASTER || SA1100_JORNADA720 || ARCH_LUBBOCK || SA1100_PFS168 || SA1100_PT_SYSTEM3 || SA1100_XP860
+       depends on SA1111
        default "9"
 
 comment "Processor Type"
@@ -1043,11 +1043,6 @@ config KBDMOUSE
        depends on ARCH_ACORN && BUSMOUSE=y && !ARCH_RPC
        default y
 
-config RPCMOUSE
-       bool
-       depends on ARCH_ACORN && BUSMOUSE=y && ARCH_RPC
-       default y
-
 source "drivers/media/Kconfig"
 
 source "fs/Kconfig"