Adds pinctrl driver for the v2m_beetle board target. Signed-off-by: Samuel Chee <samche01@arm.com> Signed-off-by: Sudan Landge <sudan.landge@arm.com>
9 lines
291 B
Text
9 lines
291 B
Text
# Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_ARM_V2M_BEETLE
|
|
bool "Arm V2M Beetle pin controller driver"
|
|
default y
|
|
depends on DT_HAS_ARM_V2M_BEETLE_PINCTRL_ENABLED
|
|
help
|
|
Arm MPS2 V2M Beetle driver
|