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 Kconfig:8 → 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 Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config GPIO_SNPS_CREG
    bool
    default y
    depends on SPI_DW && SPI && BOARD_HSDK
At <Zephyr Driver>/gpio/Kconfig.creg_gpio:9
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:36 → <Zephyr Driver>/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.)