aboutsummaryrefslogtreecommitdiffstats
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
commit615af2e3f1878226b3dd1469e501b78fa38453e1 (patch)
tree7f163f39f79dea0d59d33938ed9d342138469a9e /Config.in
parentf57bb848e94368ca9159f8928078df7caf52d595 (diff)
downloadmaster-187ad058-615af2e3f1878226b3dd1469e501b78fa38453e1.tar.gz
master-187ad058-615af2e3f1878226b3dd1469e501b78fa38453e1.tar.bz2
master-187ad058-615af2e3f1878226b3dd1469e501b78fa38453e1.zip
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
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