Skip to content
Snippets Groups Projects
Commit 12bcd51e authored by Felix Fietkau's avatar Felix Fietkau
Browse files

kernel: add a config option for direct i/o support

SVN-Revision: 35001
parent e8c86dd0
No related branches found
No related tags found
No related merge requests found
...@@ -268,6 +268,10 @@ menu "Global build settings" ...@@ -268,6 +268,10 @@ menu "Global build settings"
bool "Compile the kernel with asynchronous IO support" bool "Compile the kernel with asynchronous IO support"
default n default n
config KERNEL_DIRECT_IO
bool "Compile the kernel with direct IO support"
default n
config KERNEL_MAGIC_SYSRQ config KERNEL_MAGIC_SYSRQ
bool "Compile the kernel with SysRq support" bool "Compile the kernel with SysRq support"
default y default y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment