mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
kernel: make AIO support configurable (disabled by default)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25769 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
09a75bcf9c
commit
5c24c14594
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user