From 5a56b0fe35e37f6a6e844e75d7e2371298a8627b Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 27 Feb 2011 19:52:48 +0000
Subject: [PATCH] kernel: make AIO support configurable (disabled by default)

SVN-Revision: 25769
---
 Config.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Config.in b/Config.in
index cbca037449..6441bf41fb 100644
--- a/Config.in
+++ b/Config.in
@@ -223,6 +223,12 @@ menu "Global build settings"
 		  over the serial console in early boot.
 		  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"
 
 	config DEBUG
-- 
GitLab