-
CONFIG_GPIO_CC32XX
¶
TI CC32XX GPIO driver
Type: bool
Help¶
Enable the GPIO driver on TI SimpleLink CC32xx boards
Direct dependencies¶
(GPIO
&& SOC_CC3220SF
&& SOC_SERIES_CC32XX
) || (SOC_FAMILY_TISIMPLELINK
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&SOC_CC3220SF
&&SOC_SERIES_CC32XX
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf:32
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/ti_simplelink/Kconfig.defconfig:3
→ soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.series:8
Menu path: (top menu)
config GPIO_CC32XX bool default "y" ifGPIO
&&SOC_CC3220SF
&&SOC_SERIES_CC32XX
depends onGPIO
&&SOC_CC3220SF
&&SOC_SERIES_CC32XX
At drivers/gpio/Kconfig.cc32xx:6
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:49
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_CC32XX bool prompt "TI CC32XX GPIO driver" ifSOC_FAMILY_TISIMPLELINK
&&GPIO
selectHAS_DTS_GPIO
ifSOC_FAMILY_TISIMPLELINK
&&GPIO
depends onSOC_FAMILY_TISIMPLELINK
&&GPIO
help Enable the GPIO driver on TI SimpleLink CC32xx boards
(Definitions include propagated dependencies, including from if’s and menus.)