:orphan: .. title:: GPIO_STELLARIS .. option:: CONFIG_GPIO_STELLARIS *TI Stellaris GPIO Driver* Type: ``bool`` Help ==== Enable support for the Stellaris GPIO controllers. Direct dependencies =================== (\ :option:`GPIO ` && \ :option:`BOARD_QEMU_CORTEX_M3 `) || (\ :option:`SOC_TI_LM3S6965 ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/qemu_cortex_m3/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_STELLARIS bool default y depends on \ :option:`GPIO ` && \ :option:`BOARD_QEMU_CORTEX_M3 ` ---- At ``drivers/gpio/Kconfig.stellaris:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:68`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: config GPIO_STELLARIS bool "TI Stellaris GPIO Driver" depends on \ :option:`SOC_TI_LM3S6965 ` && \ :option:`GPIO ` help Enable support for the Stellaris GPIO controllers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*