:orphan: .. title:: choice: Console 'get' function selection .. _choice_358: .. describe:: choice: Console 'get' function selection *Console 'get' function selection* Type: ``bool`` Direct dependencies =================== \ :option:`UART_CONSOLE ` && \ :option:`SERIAL_SUPPORT_INTERRUPT ` && \ :option:`CONSOLE_SUBSYS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :option:`CONSOLE_GETCHAR ` - \ :option:`CONSOLE_GETLINE ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/console/Kconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Console subsystem/support routines [EXPERIMENTAL] .. parsed-literal:: choice bool "Console 'get' function selection" optional depends on \ :option:`UART_CONSOLE ` && \ :option:`SERIAL_SUPPORT_INTERRUPT ` && \ :option:`CONSOLE_SUBSYS ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*