:orphan: .. title:: CONFIG_GPIO_STELLARIS .. kconfig:: CONFIG_GPIO_STELLARIS CONFIG_GPIO_STELLARIS ##################### *TI Stellaris GPIO Driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for the Stellaris GPIO controllers. Direct dependencies =================== (\ :kconfig:`GPIO ` && \ :kconfig:`BOARD_QEMU_CORTEX_M3 `) || (\ :kconfig:`SOC_TI_LM3S6965 ` && \ :kconfig:`GPIO `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/qemu_cortex_m3/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config GPIO_STELLARIS bool default y depends on GPIO && BOARD_QEMU_CORTEX_M3 ---- At ``/gpio/Kconfig.stellaris:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:70`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig 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.)*