:orphan: .. title:: CONFIG_GPIO_CY8C95XX .. kconfig:: CONFIG_GPIO_CY8C95XX CONFIG_GPIO_CY8C95XX #################### *CY8C95XX I2C GPIO chip* Type: ``bool`` Help ==== .. code-block:: none Enable driver for CY8C95XX I2C GPIO chip. Direct dependencies =================== (\ :kconfig:`GPIO ` && \ :kconfig:`BOARD_HSDK `) || (\ :kconfig:`I2C ` && \ :kconfig:`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:22`` 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:42`` → ``/Kconfig:36`` → ``/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.)*