The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_GPIO_STELLARIS

TI Stellaris GPIO Driver

Type: bool

Help

Enable support for the Stellaris GPIO controllers.

Direct dependencies

SOC_TI_LM3S6965 && GPIO

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/gpio/Kconfig.stellaris:7

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:71

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

menuconfig GPIO_STELLARIS
    bool
    prompt "TI Stellaris GPIO Driver" if SOC_TI_LM3S6965 && GPIO
    select HAS_DTS_GPIO if SOC_TI_LM3S6965 && GPIO
    depends on SOC_TI_LM3S6965 && GPIO
    help
      Enable support for the Stellaris GPIO controllers.

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