1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-15 11:43:54 +02:00

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

SVN-Revision: 35001
This commit is contained in:
Felix Fietkau 2013-01-03 18:52:15 +00:00
parent e8c86dd070
commit 12bcd51efd

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