diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 18:52:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 18:52:15 +0000 |
commit | 12bcd51efd8093cace99785fdd79756517394be4 (patch) | |
tree | 55cad7af4d16fe38295e87a1539928de8d68e9c2 | |
parent | e8c86dd070f2af26c066f473b713753164e7f087 (diff) | |
download | upstream-12bcd51efd8093cace99785fdd79756517394be4.tar.gz upstream-12bcd51efd8093cace99785fdd79756517394be4.tar.bz2 upstream-12bcd51efd8093cace99785fdd79756517394be4.zip |
kernel: add a config option for direct i/o support
SVN-Revision: 35001
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |