:orphan: .. title:: GPIO_PSOC6 .. option:: CONFIG_GPIO_PSOC6 *Cypress PSoC-6 GPIO driver* Type: ``bool`` Help ==== Enable support for the Cypress PSoC-6 GPIO controllers. Direct dependencies =================== \ :option:`SOC_FAMILY_PSOC6 ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.psoc6:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:86`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: config GPIO_PSOC6 bool "Cypress PSoC-6 GPIO driver" default y depends on \ :option:`SOC_FAMILY_PSOC6 ` && \ :option:`GPIO ` help Enable support for the Cypress PSoC-6 GPIO controllers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*