:orphan: .. title:: choice FXL6408_LOG_LEVEL_CHOICE: Max compiled-in log level for fxl6408 .. _choice_304: .. describe:: choice FXL6408_LOG_LEVEL_CHOICE: Max compiled-in log level for fxl6408 *Max compiled-in log level for fxl6408* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`FXL6408_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`FXL6408_LOG_LEVEL_OFF ` - \ :kconfig:`FXL6408_LOG_LEVEL_ERR ` - \ :kconfig:`FXL6408_LOG_LEVEL_WRN ` - \ :kconfig:`FXL6408_LOG_LEVEL_INF ` - \ :kconfig:`FXL6408_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:102`` → ``/gpio/Kconfig.fxl6408:19`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig choice FXL6408_LOG_LEVEL_CHOICE bool "Max compiled-in log level for fxl6408" default FXL6408_LOG_LEVEL_INF depends on LOG && GPIO *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*