CONFIG_GPIO_STELLARIS
TI Stellaris GPIO Driver
Type: bool
Help
Enable support for the Stellaris GPIO controllers.
Direct dependencies
(GPIO
&& BOARD_QEMU_CORTEX_M3
) || (SOC_TI_LM3S6965
&& GPIO
)
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definitions
At <Zephyr>/boards/arm/qemu_cortex_m3/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config GPIO_STELLARIS
bool
default y
depends on GPIO && BOARD_QEMU_CORTEX_M3
At <Zephyr>/drivers/gpio/Kconfig.stellaris:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:36
→ <Zephyr>/drivers/gpio/Kconfig:78
Menu path: (Top) → Device Drivers → GPIO Drivers
config GPIO_STELLARIS
bool "TI Stellaris GPIO Driver"
depends on SOC_TI_LM3S6965 && GPIO
help
Enable support for the Stellaris GPIO controllers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)