1# Copyright (C) 2023 BeagleBoard.org Foundation
2# Copyright (C) 2023 S Prashanth
3#
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_DAVINCI
7 bool "Davinci GPIO Driver"
8 default y
9 depends on DT_HAS_TI_DAVINCI_GPIO_ENABLED
10 help
11 Enable the Davinci GPIO controller support.
12