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

Kconfig definitions

At arch/arm/soc/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf:30

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/ti_simplelink/Kconfig.defconfig:1arch/arm/soc/ti_simplelink/cc32xx/Kconfig.defconfig.series:6

Menu path: (top menu)

config GPIO_CC32XX
    bool
    default "y" if GPIO && SOC_CC3220SF && SOC_SERIES_CC32XX
    depends on GPIO && SOC_CC3220SF && SOC_SERIES_CC32XX

At drivers/gpio/Kconfig.cc32xx:4

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:34drivers/gpio/Kconfig:59

Menu path: (top menu) → Device Drivers → GPIO Drivers

menuconfig GPIO_CC32XX
    bool
    prompt "TI CC32XX GPIO driver" if GPIO && SOC_FAMILY_TISIMPLELINK && GPIO
    depends on GPIO && SOC_FAMILY_TISIMPLELINK && GPIO
    help
      Enable the GPIO driver on TI SimpleLink CC32xx boards

(Definitions include propagated dependencies, including from if’s and menus.)