CONFIG_GPIO_FXL6408¶
FXL6408 I2C-based GPIO chip
Type: bool
Help¶
Enable driver for FXL6408 I2C-based GPIO chip.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/gpio/Kconfig.fxl6408:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:36 → <Zephyr Driver>/gpio/Kconfig:102
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.)