:orphan: .. title:: CONFIG_NEWLIB_LIBC_FLOAT_SCANF .. kconfig:: CONFIG_NEWLIB_LIBC_FLOAT_SCANF CONFIG_NEWLIB_LIBC_FLOAT_SCANF ############################## *Build with newlib float scanf* Type: ``bool`` Help ==== .. code-block:: none Build with floating point scanf enabled. This will increase the size of the image. Direct dependencies =================== \ :kconfig:`NEWLIB_LIBC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/libc/Kconfig:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:4`` Menu path: (Top) → C Library .. code-block:: kconfig config NEWLIB_LIBC_FLOAT_SCANF bool "Build with newlib float scanf" depends on NEWLIB_LIBC help Build with floating point scanf enabled. This will increase the size of the image. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*