kernel: add a config option for direct i/o support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35001 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2013-01-03 18:52:15 +00:00
parent 3a5dfa635e
commit e9d71373b8

View file

@ -268,6 +268,10 @@ menu "Global build settings"
bool "Compile the kernel with asynchronous IO support"
default n
config KERNEL_DIRECT_IO
bool "Compile the kernel with direct IO support"
default n
config KERNEL_MAGIC_SYSRQ
bool "Compile the kernel with SysRq support"
default y