Kconfig: consolidate the "Kernel hacking" menu
[linux-2.6-block.git] / arch / alpha / Kconfig
index 0c4805a572c8739ff9d657c63961747e3ea08ff3..e4334f017f8e3fd620f11bb7a91c398983b16dd9 100644 (file)
@@ -74,9 +74,6 @@ config PGTABLE_LEVELS
        int
        default 3
 
-source "init/Kconfig"
-source "kernel/Kconfig.freezer"
-
 config AUDIT_ARCH
        bool
 
@@ -555,11 +552,6 @@ config SMP
 
          If you don't know what to do here, say N.
 
-config HAVE_DEC_LOCK
-       bool
-       depends on SMP
-       default y
-
 config NR_CPUS
        int "Maximum number of CPUs (2-32)"
        range 2 32
@@ -578,8 +570,6 @@ config ARCH_DISCONTIGMEM_ENABLE
          or have huge holes in the physical address space for other reasons.
          See <file:Documentation/vm/numa.rst> for more.
 
-source "mm/Kconfig"
-
 config NUMA
        bool "NUMA Support (EXPERIMENTAL)"
        depends on DISCONTIGMEM && BROKEN
@@ -718,28 +708,11 @@ config SRM_ENV
          This driver is also available as a module and will be called
          srm_env then.
 
-source "fs/Kconfig.binfmt"
-
 endmenu
 
-source "net/Kconfig"
-
-source "drivers/Kconfig"
-
-source "fs/Kconfig"
-
-source "arch/alpha/Kconfig.debug"
-
 # DUMMY_CONSOLE may be defined in drivers/video/console/Kconfig
 # but we also need it if VGA_HOSE is set
 config DUMMY_CONSOLE
        bool
        depends on VGA_HOSE
        default y
-
-source "security/Kconfig"
-
-source "crypto/Kconfig"
-
-source "lib/Kconfig"
-