CONFIG_GPIO_FXL6408

FXL6408 I2C-based GPIO chip

Type: bool

Help

Enable driver for FXL6408 I2C-based GPIO chip.

Direct dependencies

I2C && GPIO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/gpio/Kconfig.fxl6408:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:36<Zephyr>/drivers/gpio/Kconfig:110

Menu path: (Top) → Device Drivers → GPIO Drivers

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.)