-
CONFIG_GPIO_PCAL9535A
¶
PCAL9535A I2C-based GPIO chip
Type: bool
Help¶
Enable driver for PCAL9535A I2C-based GPIO chip.
Direct dependencies¶
(GPIO
&& I2C
&& BOARD_GALILEO
) || (I2C
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&I2C
&&BOARD_GALILEO
Kconfig definitions¶
At boards/x86/galileo/Kconfig.defconfig:31
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config GPIO_PCAL9535A bool default "y" ifGPIO
&&I2C
&&BOARD_GALILEO
depends onGPIO
&&I2C
&&BOARD_GALILEO
At drivers/gpio/Kconfig.pcal9535a:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:27
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_PCAL9535A bool prompt "PCAL9535A I2C-based GPIO chip" ifI2C
&&GPIO
depends onI2C
&&GPIO
help Enable driver for PCAL9535A I2C-based GPIO chip.
(Definitions include propagated dependencies, including from if’s and menus.)