:orphan: .. title:: CONFIG_GPIO_PSOC6 .. kconfig:: CONFIG_GPIO_PSOC6 CONFIG_GPIO_PSOC6 ################# *Cypress PSoC-6 GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for the Cypress PSoC-6 GPIO controllers. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_PSOC6 ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if n Kconfig definition ================== At ``/gpio/Kconfig.psoc6:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:86`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_PSOC6 bool "Cypress PSoC-6 GPIO driver" default y if n depends on SOC_FAMILY_PSOC6 && GPIO help Enable support for the Cypress PSoC-6 GPIO controllers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*