c0bc9f974f
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>
10 lines
244 B
Plaintext
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
|