diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-27 19:52:48 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-27 19:52:48 +0000 |
commit | 5c24c145947fbb876a9e6979d19a412e64ba590b (patch) | |
tree | 70bff0eb6f89942a540517c9770291cb63db3366 | |
parent | 09a75bcf9c97ff58923abe51241677359adeedbd (diff) |
kernel: make AIO support configurable (disabled by default)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25769 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |