:orphan: .. title:: CONSOLE_GETLINE .. option:: CONFIG_CONSOLE_GETLINE *Line by line input* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`CONSOLE_HANDLER ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/console/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Console subsystem/support routines [EXPERIMENTAL] → Console 'get' function selection .. parsed-literal:: config CONSOLE_GETLINE bool "Line by line input" select \ :option:`CONSOLE_HANDLER ` depends on \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*