CONFIG_GPIO_FXL6408¶
FXL6408 I2C-based GPIO chip
Type: bool
Help¶
Enable driver for FXL6408 I2C-based GPIO chip.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/gpio/Kconfig.fxl6408:4
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:36
→ drivers/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.)