1# Stellaris
2
3# Copyright (c) 2018 Zilogic Systems
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_STELLARIS
7 bool "TI Stellaris GPIO Driver"
8 default y
9 depends on DT_HAS_TI_STELLARIS_GPIO_ENABLED
10 help
11 Enable support for the Stellaris GPIO controllers.
12