CONFIG_GPIO_CY8C95XX¶
CY8C95XX I2C GPIO chip
Type: bool
Help¶
Enable driver for CY8C95XX I2C GPIO chip.
Direct dependencies¶
(GPIO && BOARD_HSDK) || (I2C && GPIO)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- n 
Kconfig definitions¶
At <Zephyr Boards>/arc/hsdk/Kconfig.defconfig:21
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config GPIO_CY8C95XX
    bool
    default y
    depends on GPIO && BOARD_HSDK
At <Zephyr Driver>/gpio/Kconfig.cy8c95xx:9
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:36 → <Zephyr Driver>/gpio/Kconfig:94
Menu path: (Top) → Device Drivers → GPIO Drivers
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.)