:orphan: .. title:: CBOR_FLOATING_POINT .. option:: CONFIG_CBOR_FLOATING_POINT *Floating point support* Type: ``bool`` Help ==== This option enables floating point support. Direct dependencies =================== \ :option:`TINYCBOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`REQUIRES_FULL_LIBC ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.tinycbor:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:33`` Menu path: (Top) → Modules → tinyCBOR Support .. parsed-literal:: config CBOR_FLOATING_POINT bool "Floating point support" select \ :option:`REQUIRES_FULL_LIBC ` depends on \ :option:`TINYCBOR ` help This option enables floating point support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*