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