CONFIG_GPIO_SNPS_CREG

SNPS CREG GPIO

Type: bool

Help

Enable driver for SNPS CREG GPIO.

Direct dependencies

(BOARD_EM_STARTERKIT_R23 && SPI_DW && SPI && BOARD_EM_STARTERKIT) || (SPI_DW && SPI && BOARD_HSDK) || GPIO

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • n

Kconfig definitions

At <Zephyr>/boards/arc/em_starterkit/Kconfig.defconfig:64

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config GPIO_SNPS_CREG
    bool
    default y
    depends on BOARD_EM_STARTERKIT_R23 && SPI_DW && SPI && BOARD_EM_STARTERKIT

At <Zephyr>/boards/arc/hsdk/Kconfig.defconfig:42

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config GPIO_SNPS_CREG
    bool
    default y
    depends on SPI_DW && SPI && BOARD_HSDK

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/gpio/Kconfig:96

Menu path: (Top) → Device Drivers → GPIO Drivers

menuconfig GPIO_SNPS_CREG
    bool "SNPS CREG GPIO"
    default n
    depends on GPIO
    help
      Enable driver for SNPS CREG GPIO.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)