[NET]: add a top-level Networking menu to *config
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / i386 / Kconfig
index 0f391cbf116eeb572193a51d9be3993080865b72..a801d9d486064f9e1c631cc117ae4e81624ce1dd 100644 (file)
@@ -970,6 +970,13 @@ config KEXEC
          support.  As of this writing the exact hardware interface is
          strongly in flux, so no good recommendation can be made.
 
+config CRASH_DUMP
+       bool "kernel crash dumps (EXPERIMENTAL)"
+       depends on EMBEDDED
+       depends on EXPERIMENTAL
+       depends on HIGHMEM
+       help
+         Generate crash dump after being started by kexec.
 endmenu
 
 
@@ -1278,6 +1285,8 @@ source "fs/Kconfig.binfmt"
 
 endmenu
 
+source "net/Kconfig"
+
 source "drivers/Kconfig"
 
 source "fs/Kconfig"