From: nbd Date: Thu, 3 Jan 2013 18:52:15 +0000 (+0000) Subject: kernel: add a config option for direct i/o support X-Git-Tag: fast2504n-3.10.28-merged~3833 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=e9d71373b8279fa95224a45459135d32e991c60d;p=openwrt.git 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 --- 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