projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b1f833
)
kernel: make AIO support configurable (disabled by default)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 27 Feb 2011 19:52:48 +0000
(19:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 27 Feb 2011 19:52:48 +0000
(19:52 +0000)
SVN-Revision: 25769
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index cbca0374498d66954048d6497b1fe6de58f0609c..6441bf41fb4f9603ef475b3b13b6dfd7f68c292f 100644
(file)
--- 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