Added a pinctrl driver support for MSPM0 Family. Signed-off-by: Saravanan Sekar <saravanan@linumiz.com> Signed-off-by: Jackson Farley <j-farley@ti.com>
10 lines
246 B
Plaintext
10 lines
246 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2025 Texas Instruments
|
|
|
|
config PINCTRL_MSPM0
|
|
bool "TI pinctrl MSPM0 driver"
|
|
default y
|
|
depends on DT_HAS_TI_MSPM0_PINCTRL_ENABLED
|
|
help
|
|
Enable support for the PINCTRL on TI MSPM0 series.
|