1# Copyright (c) 2024 Texas Instruments Incorporated 2# Copyright (c) 2024 BayLibre, SAS 3# 4# SPDX-License-Identifier: Apache-2.0 5 6config GPIO_CC23X0 7 bool "TI SimpleLink CC23X0 GPIO driver" 8 default y 9 depends on DT_HAS_TI_CC23X0_GPIO_ENABLED 10 help 11 Enable the TI SimpleLink CC23x0 GPIO driver. 12