:orphan: .. title:: CONFIG_FNMATCH .. kconfig:: CONFIG_FNMATCH CONFIG_FNMATCH ############## *Fnmatch Support* Type: ``bool`` Help ==== .. code-block:: none This option enables the fnmatch library Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SHELL_WILDCARD ` Kconfig definition ================== At ``/util/fnmatch/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:16`` → ``/util/Kconfig:7`` Menu path: (Top) → Additional libraries → Util libraries .. code-block:: kconfig config FNMATCH bool "Fnmatch Support" help This option enables the fnmatch library *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*