:orphan: .. title:: GPIO_SAM .. option:: CONFIG_GPIO_SAM *Atmel SAM GPIO (PORT) driver* Type: ``bool`` Help ==== Enable support for the Atmel SAM 'PORT' GPIO controllers. Direct dependencies =================== (\ :option:`GPIO ` && \ :option:`SOC_SERIES_SAME70 `) || (\ :option:`SOC_FAMILY_SAM ` && \ :option:`GPIO `) *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`GPIO ` && \ :option:`SOC_SERIES_SAME70 ` Symbols selected by this symbol =============================== - \ :option:`HAS_DTS_GPIO ` if \ :option:`SOC_FAMILY_SAM ` && \ :option:`GPIO ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/atmel_sam/same70/Kconfig.defconfig.series:47`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:23`` → ``soc/arm/atmel_sam/Kconfig.defconfig:7`` Menu path: (top menu) .. parsed-literal:: config GPIO_SAM bool default "y" if \ :option:`GPIO ` && \ :option:`SOC_SERIES_SAME70 ` depends on \ :option:`GPIO ` && \ :option:`SOC_SERIES_SAME70 ` ---- At ``drivers/gpio/Kconfig.sam:6`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:63`` Menu path: (top menu) → Device Drivers → GPIO Drivers .. parsed-literal:: menuconfig GPIO_SAM bool prompt "Atmel SAM GPIO (PORT) driver" if \ :option:`SOC_FAMILY_SAM ` && \ :option:`GPIO ` select \ :option:`HAS_DTS_GPIO ` if \ :option:`SOC_FAMILY_SAM ` && \ :option:`GPIO ` depends on \ :option:`SOC_FAMILY_SAM ` && \ :option:`GPIO ` help Enable support for the Atmel SAM 'PORT' GPIO controllers. *(Definitions include propagated dependencies, including from if's and menus.)*