summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-03 18:52:15 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-03 18:52:15 +0000
commite9d71373b8279fa95224a45459135d32e991c60d (patch)
tree7f163f39f79dea0d59d33938ed9d342138469a9e /Config.in
parent3a5dfa635e38640cc360099a1696d14b6a560b4f (diff)
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 655229625..e3bbe2afa 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