aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-27 19:52:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-27 19:52:48 +0000
commitdb44f351620f6b7ae19480a5f4bec5ffb88e8005 (patch)
tree70bff0eb6f89942a540517c9770291cb63db3366 /Config.in
parent073c1758684543287df9c533014a72ec54eb0926 (diff)
downloadmaster-187ad058-db44f351620f6b7ae19480a5f4bec5ffb88e8005.tar.gz
master-187ad058-db44f351620f6b7ae19480a5f4bec5ffb88e8005.tar.bz2
master-187ad058-db44f351620f6b7ae19480a5f4bec5ffb88e8005.zip
kernel: make AIO support configurable (disabled by default)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 6 insertions, 0 deletions
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