kernel: make AIO support configurable (disabled by default)
SVN-Revision: 25769
This commit is contained in:
parent
7b1f833ffc
commit
5a56b0fe35
1 changed files with 6 additions and 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
|
||||
|
|
Loading…
Reference in a new issue