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) || (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 
- y 
- y 
Kconfig definitions¶
At <Zephyr SoC>/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf:28
Included via Kconfig:8 → 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 Kconfig:8 → 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 SoC>/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc3220sf:28
Included via Kconfig:8 → Kconfig.zephyr:27 → <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 Kconfig:8 → Kconfig.zephyr:27 → <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 Driver>/gpio/Kconfig.cc32xx:5
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:36 → <Zephyr Driver>/gpio/Kconfig:48
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.)