:orphan: .. title:: GPIO_CY8C95XX .. option:: CONFIG_GPIO_CY8C95XX *CY8C95XX I2C GPIO chip* Type: ``bool`` Help ==== .. code-block:: none Enable driver for CY8C95XX I2C GPIO chip. Direct dependencies =================== (\ :option:`GPIO ` && \ :option:`BOARD_HSDK `) || (\ :option:`I2C ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - n Kconfig definitions =================== At ``/arc/hsdk/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_CY8C95XX bool default y depends on GPIO && BOARD_HSDK ---- At ``/gpio/Kconfig.cy8c95xx:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:94`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig menuconfig GPIO_CY8C95XX bool "CY8C95XX I2C GPIO chip" default n depends on I2C && GPIO help Enable driver for CY8C95XX I2C GPIO chip. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*