]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/fs/rom/v2_0/cdl/romfs.cdl
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / fs / rom / v2_0 / cdl / romfs.cdl
index f65991aa27f94f266b71c47ed433289c2e3a364c..bea68dec8bcad7c851b2f3078383e5cd39839caf 100644 (file)
@@ -83,6 +83,20 @@ cdl_package CYGPKG_FS_ROM {
             used to create a rom filesystem image."
     }
 
+    cdl_option CYGPKG_FS_ROM_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 ROM filesystem supports
+            setting fileio's struct dirent d_type field.
+            If this option is enabled, d_type will be set. Otherwise,
+            nothing will be done, d_type's value will be zero because
+            fileio already sets it."
+    }
+
     # ----------------------------------------------------------------
     # Tests