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

Enable GPIO port F support

Type: bool

Direct dependencies

GPIO_STELLARIS && GPIO

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

Defaults

Kconfig definition

At drivers/gpio/Kconfig.stellaris:36

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

Menu path: (top menu) → Device Drivers → GPIO Drivers → TI Stellaris GPIO Driver

config GPIO_F_STELLARIS
    bool
    prompt "Enable GPIO port F support" if GPIO_STELLARIS && GPIO
    default "y" if GPIO_STELLARIS && GPIO
    depends on GPIO_STELLARIS && GPIO

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