Explorar o código

kernel: make AIO support configurable (disabled by default)

SVN-Revision: 25769
Felix Fietkau %!s(int64=14) %!d(string=hai) anos
pai
achega
5a56b0fe35
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      Config.in

+ 6 - 0
Config.in

@@ -223,6 +223,12 @@ menu "Global build settings"
 		  over the serial console in early boot.
 		  over the serial console in early boot.
 		  Enable this to debug early boot problems.
 		  Enable this to debug early boot problems.
 
 
+	config KERNEL_AIO
+		bool "Compile the kernel with asynchronous IO support"
+		default n
+		help
+		  This will give you more information in stack traces from kernel oopses
+
 	comment "Package build options"
 	comment "Package build options"
 
 
 	config DEBUG
 	config DEBUG