:orphan: .. title:: CONFIG_GPIO_SNPS_CREG .. kconfig:: CONFIG_GPIO_SNPS_CREG CONFIG_GPIO_SNPS_CREG ##################### *SNPS CREG GPIO* Type: ``bool`` Help ==== .. code-block:: none Enable driver for SNPS CREG GPIO. Direct dependencies =================== (\ :kconfig:`BOARD_EM_STARTERKIT_R23 ` && \ :kconfig:`SPI_DW ` && \ :kconfig:`SPI ` && \ :kconfig:`BOARD_EM_STARTERKIT `) || (\ :kconfig:`SPI_DW ` && \ :kconfig:`SPI ` && \ :kconfig:`BOARD_HSDK `) || \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - n Kconfig definitions =================== At ``/arc/em_starterkit/Kconfig.defconfig:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config GPIO_SNPS_CREG bool default y depends on BOARD_EM_STARTERKIT_R23 && SPI_DW && SPI && BOARD_EM_STARTERKIT ---- At ``/arc/hsdk/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config GPIO_SNPS_CREG bool default y depends on SPI_DW && SPI && BOARD_HSDK ---- At ``/gpio/Kconfig.creg_gpio:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:96`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig 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.)*