summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-03 18:52:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-03 18:52:15 +0000
commit12bcd51efd8093cace99785fdd79756517394be4 (patch)
tree55cad7af4d16fe38295e87a1539928de8d68e9c2 /Config.in
parente8c86dd070f2af26c066f473b713753164e7f087 (diff)
downloadmaster-31e0f0ae-12bcd51efd8093cace99785fdd79756517394be4.tar.gz
master-31e0f0ae-12bcd51efd8093cace99785fdd79756517394be4.tar.bz2
master-31e0f0ae-12bcd51efd8093cace99785fdd79756517394be4.zip
kernel: add a config option for direct i/o support
SVN-Revision: 35001
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
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