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>
12 lines
296 B
Plaintext
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.
|