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