:orphan: .. title:: JWT .. option:: CONFIG_JWT *Enable JSON Web Token generation* Type: ``bool`` Help ==== Enable creation of JWT tokens Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`JSON_LIBRARY ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/jwt/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:40`` Menu path: (Top) .. parsed-literal:: menuconfig JWT bool "Enable JSON Web Token generation" select \ :option:`JSON_LIBRARY ` help Enable creation of JWT tokens *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*