:orphan: .. title:: CONFIG_GPIO_FXL6408 .. kconfig:: CONFIG_GPIO_FXL6408 CONFIG_GPIO_FXL6408 ################### *FXL6408 I2C-based GPIO chip* Type: ``bool`` Help ==== .. code-block:: none Enable driver for FXL6408 I2C-based GPIO chip. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gpio/Kconfig.fxl6408:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:102`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig menuconfig GPIO_FXL6408 bool "FXL6408 I2C-based GPIO chip" depends on I2C && GPIO help Enable driver for FXL6408 I2C-based GPIO chip. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*