zephyr/drivers/gpio/Kconfig.davinci
Prashanth S 12996d5d4d drivers: gpio: Add Davinci gpio controller support
Davinci gpio controller support to add various soc gpio
support (J721E, AM654).

TRM for J721e https://www.ti.com/lit/zip/spruil1
File: spruil1c.pdf
GPIO: section 12.1.2

BeagleBone AI_64 https://beagleboard.org/ai-64

Signed-off-by: Prashanth S <slpp95prashanth@yahoo.com>
2023-08-31 10:31:37 +02:00

12 lines
276 B
Plaintext

# Copyright (C) 2023 BeagleBoard.org Foundation
# Copyright (C) 2023 S Prashanth
#
# SPDX-License-Identifier: Apache-2.0
config GPIO_DAVINCI
bool "Davinci GPIO Driver"
default y
depends on DT_HAS_TI_DAVINCI_GPIO_ENABLED
help
Enable the Davinci GPIO controller support.