:orphan: .. title:: CONFIG_BASE64 .. kconfig:: CONFIG_BASE64 CONFIG_BASE64 ############# *Enable base64 encoding and decoding* Type: ``bool`` Help ==== .. code-block:: none Enable base64 encoding and decoding functionality Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ZZHC ` - \ :kconfig:`MODEM_JWT ` - \ :kconfig:`MODEM_ATTEST_TOKEN_PARSING ` - \ :kconfig:`MCUMGR_SMP_SHELL ` - \ :kconfig:`MCUMGR_SMP_UART ` - \ :kconfig:`WEBSOCKET_CLIENT ` Kconfig definition ================== At ``/lib/os/Kconfig:19`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:41`` → ``/lib/Kconfig:10`` Menu path: (Top) → Additional libraries → OS Support Library .. code-block:: kconfig config BASE64 bool "Enable base64 encoding and decoding" help Enable base64 encoding and decoding functionality *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*