Przeglądaj źródła

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

SVN-Revision: 35001
Felix Fietkau 12 lat temu
rodzic
commit
12bcd51efd
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      Config.in

+ 4 - 0
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