2019-11-01 13:45:29 +01:00
|
|
|
# Stellaris
|
|
|
|
|
2018-12-02 21:44:35 +01:00
|
|
|
# Copyright (c) 2018 Zilogic Systems
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-02-14 18:41:28 +01:00
|
|
|
config GPIO_STELLARIS
|
2018-12-02 21:44:35 +01:00
|
|
|
bool "TI Stellaris GPIO Driver"
|
2022-07-20 19:07:47 +02:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_TI_STELLARIS_GPIO_ENABLED
|
2018-12-02 21:44:35 +01:00
|
|
|
help
|
|
|
|
Enable support for the Stellaris GPIO controllers.
|