:orphan: .. title:: CONFIG_GPIO_PCAL6408A .. kconfig:: CONFIG_GPIO_PCAL6408A CONFIG_GPIO_PCAL6408A ##################### *PCAL6408A I2C GPIO chip* Type: ``bool`` Help ==== .. code-block:: none Enable driver for PCAL6408A I2C GPIO chip. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/gpio/Kconfig.pcal6408a:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:88`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig menuconfig GPIO_PCAL6408A bool "PCAL6408A I2C GPIO chip" default n depends on I2C && GPIO help Enable driver for PCAL6408A I2C GPIO chip. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*