Skip to content
Snippets Groups Projects
Commit 5a56b0fe authored by Felix Fietkau's avatar Felix Fietkau
Browse files

kernel: make AIO support configurable (disabled by default)

SVN-Revision: 25769
parent 7b1f833f
No related branches found
No related tags found
No related merge requests found
...@@ -223,6 +223,12 @@ menu "Global build settings" ...@@ -223,6 +223,12 @@ menu "Global build settings"
over the serial console in early boot. over the serial console in early boot.
Enable this to debug early boot problems. 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" comment "Package build options"
config DEBUG config DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment