From: Felix Fietkau Date: Thu, 3 Jan 2013 18:52:15 +0000 (+0000) Subject: kernel: add a config option for direct i/o support X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fjow.git;a=commitdiff_plain;h=12bcd51efd8093cace99785fdd79756517394be4 kernel: add a config option for direct i/o support SVN-Revision: 35001 --- diff --git a/Config.in b/Config.in index 6552296259..e3bbe2afa4 100644 --- a/Config.in +++ b/Config.in @@ -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