zephyr/drivers/pinctrl/Kconfig.ti_cc32xx
Gerard Marull-Paretas c0bc9f974f drivers: pinctrl: add TI CC32XX driver
Add a new pinctrl driver for TI CC32XX SoC. The driver has not been
tested, just implemented following datasheet specs and checked that it
compiles. Consider this as a best-effort driver to remove custom pinmux
code in board files.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-06-17 07:55:43 -04:00

10 lines
244 B
Plaintext

# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config PINCTRL_TI_CC32XX
bool "TI CC32XX pinctrl driver"
default y
depends on DT_HAS_TI_CC32XX_PINCTRL_ENABLED
help
Enable the TI CC32XX pinctrl driver