-
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
) || (GPIO
&& SOC_FAMILY_TISIMPLELINK
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&SOC_CC3220SF
&&SOC_SERIES_CC32XX
Kconfig definitions¶
At arch/arm/soc/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf:30
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/ti_simplelink/Kconfig.defconfig:1
→ arch/arm/soc/ti_simplelink/cc32xx/Kconfig.defconfig.series:6
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:4
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:59
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_CC32XX bool prompt "TI CC32XX GPIO driver" ifGPIO
&&SOC_FAMILY_TISIMPLELINK
&&GPIO
depends onGPIO
&&SOC_FAMILY_TISIMPLELINK
&&GPIO
help Enable the GPIO driver on TI SimpleLink CC32xx boards
(Definitions include propagated dependencies, including from if’s and menus.)