]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/fs/fat/v2_0/cdl/fatfs.cdl
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / fs / fat / v2_0 / cdl / fatfs.cdl
index 723ad65db4f3064e093c794c096386cc90eef5eb..9182cfb2cdc0de9b82c6cea84e3a4307acc097ef 100644 (file)
@@ -112,6 +112,17 @@ cdl_package CYGPKG_FS_FAT {
         description     "This option controls if the FAT filesystem supports
                          or honors the FAT filesystem file attributes."
     }
+
+    cdl_option      CYGPKG_FS_FAT_RET_DIRENT_DTYPE {
+        display         "Support for fileio's struct dirent d_type field"
+        flavor          bool
+        default_value   0
+        active_if       CYGPKG_FILEIO_DIRENT_DTYPE
+        description     "This option controls whether the FAT filesystem 
+                         supports setting fileio's struct dirent d_type field.
+                         If this option is enabled, d_type will be set."
+    }
+
     
     # --------------------------------------------------------------------