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