zephyr/drivers/gpio/Kconfig.cc23x0
Vebjorn Myklebust 4b63ef0e5a drivers: gpio: Add support for cc23x0 GPIO
Add support for GPIO to cc23x0 SoC.

Signed-off-by: Lars Thalian Morstad <l-morstad@ti.com>
Signed-off-by: Vebjorn Myklebust <v.myklebust@ti.com>
Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
Signed-off-by: Julien Panis <jpanis@baylibre.com>
2025-02-04 11:56:05 +01:00

12 lines
296 B
Plaintext

# Copyright (c) 2024 Texas Instruments Incorporated
# Copyright (c) 2024 BayLibre, SAS
#
# SPDX-License-Identifier: Apache-2.0
config GPIO_CC23X0
bool "TI SimpleLink CC23X0 GPIO driver"
default y
depends on DT_HAS_TI_CC23X0_GPIO_ENABLED
help
Enable the TI SimpleLink CC23x0 GPIO driver.