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 <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config GPIO_CY8C95XX
    bool
    default y
    depends on GPIO && BOARD_HSDK

At <Zephyr>/drivers/gpio/Kconfig.cy8c95xx:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/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.)