mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 10:25:21 +00:00
Convert driver to use DT_INST_ defines. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
# Stellaris
|
|
|
|
# Copyright (c) 2018 Zilogic Systems
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_STELLARIS
|
|
bool "TI Stellaris GPIO Driver"
|
|
depends on SOC_TI_LM3S6965
|
|
select HAS_DTS_GPIO
|
|
help
|
|
Enable support for the Stellaris GPIO controllers.
|