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/?a=commitdiff_plain;h=894f462552978fe9c83210ab255c6130efe26b50;p=openwrt%2Fsvn-archive%2Farchive.git 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