The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_GPIO_QMSI_SS_0

QMSI GPIO SS block 0

Type: bool

Help

Include support for the GPIO SS port 0 using QMSI.

Direct dependencies

(GPIO_QMSI_SS && GPIO && SOC_QUARK_SE_C1000_SS) || (GPIO_QMSI_SS && (GPIO_QMSI || GPIO_QMSI_SS) && GPIO)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/arc/quark_se_c1000_ss/Kconfig.defconfig:71

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config GPIO_QMSI_SS_0
    bool
    default "y" if GPIO_QMSI_SS && GPIO && SOC_QUARK_SE_C1000_SS
    depends on GPIO_QMSI_SS && GPIO && SOC_QUARK_SE_C1000_SS

At drivers/gpio/Kconfig.qmsi:56

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:29

Menu path: (top menu) → Device Drivers → GPIO Drivers

config GPIO_QMSI_SS_0
    bool
    prompt "QMSI GPIO SS block 0" if GPIO_QMSI_SS && (GPIO_QMSI || GPIO_QMSI_SS) && GPIO
    depends on GPIO_QMSI_SS && (GPIO_QMSI || GPIO_QMSI_SS) && GPIO
    help
      Include support for the GPIO SS port 0 using QMSI.

(Definitions include propagated dependencies, including from if’s and menus.)