Browse Source

target: linux: config: Export CONFIG_OVERLAY_FS

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 2 years ago
parent
commit
45660d1578
1 changed files with 6 additions and 0 deletions
  1. 6 0
      target/linux/config/Config.in.fs

+ 6 - 0
target/linux/config/Config.in.fs

@@ -252,6 +252,12 @@ config ADK_LINUX_KERNEL_UBIFS_FS
 	help
 	  UBIFS is a file system for flash devices which works on top of UBI.
 
+config ADK_LINUX_KERNEL_OVERLAY_FS
+	bool "Overlay filesystem support"
+	help
+	  This enables the overlay filesystem which is present
+	  in upstream kernels starting with version 3.18.
+
 endmenu