:orphan: .. title:: choice: Max compiled-in log level for kscan .. _choice_330: .. describe:: choice: Max compiled-in log level for kscan *Max compiled-in log level for kscan* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`KSCAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`KSCAN_LOG_LEVEL_INF ` Choice options ============== - \ :option:`KSCAN_LOG_LEVEL_OFF ` - \ :option:`KSCAN_LOG_LEVEL_ERR ` - \ :option:`KSCAN_LOG_LEVEL_WRN ` - \ :option:`KSCAN_LOG_LEVEL_INF ` - \ :option:`KSCAN_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:94`` → ``/kscan/Kconfig:19`` Menu path: (Top) → Device Drivers → Keyboard Scan Drivers .. code-block:: kconfig choice bool "Max compiled-in log level for kscan" default KSCAN_LOG_LEVEL_INF depends on LOG && KSCAN *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*