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_CC3235SF && SOC_SERIES_CC32XX) || (SOC_FAMILY_TISIMPLELINK && GPIO)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/ti_simplelink/Kconfig.defconfig:3<Zephyr>/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.series:7

Menu path: (Top)

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

At <Zephyr>/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3235sf:29

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/ti_simplelink/Kconfig.defconfig:3<Zephyr>/soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.series:7

Menu path: (Top)

config GPIO_CC32XX
    bool
    default y
    depends on GPIO && SOC_CC3235SF && SOC_SERIES_CC32XX

At <Zephyr>/drivers/gpio/Kconfig.cc32xx:5

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/gpio/Kconfig:46

Menu path: (Top) → Device Drivers → GPIO Drivers

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)