diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 19:52:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 19:52:48 +0000 |
commit | 5a56b0fe35e37f6a6e844e75d7e2371298a8627b (patch) | |
tree | 8cc5a4706837fc8bbc3da10466b1f0c7492bba68 | |
parent | 7b1f833ffcf173143f49cee1f49a62c5bce00536 (diff) | |
download | upstream-5a56b0fe35e37f6a6e844e75d7e2371298a8627b.tar.gz upstream-5a56b0fe35e37f6a6e844e75d7e2371298a8627b.tar.bz2 upstream-5a56b0fe35e37f6a6e844e75d7e2371298a8627b.zip |
kernel: make AIO support configurable (disabled by default)
SVN-Revision: 25769
-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 |