Add MPS4 pinctrl support by referring to `mps4/common/partition/platform_base_address.h` from TF-M's main branch. Signed-off-by: Sudan Landge <sudan.landge@arm.com>
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
# Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_ARM_MPS4
|
|
bool "Arm MPS4 pin controller driver"
|
|
default y
|
|
depends on DT_HAS_ARM_MPS4_PINCTRL_ENABLED
|
|
help
|
|
Arm MPS4 pinctrl driver
|