zephyr/drivers/gpio/Kconfig.stellaris
Kumar Gala 9213024696 drivers: gpio: stellaris: convert to DT_INST defines
Convert driver to use DT_INST_ defines.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-03-12 04:54:04 -06:00

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.