diff options
| -rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in index 6552296259f..e3bbe2afa48 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 |
