10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
# Copyright 2022-2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_NXP_S32
|
|
bool "Pin controller driver for NXP S32 processors"
|
|
default y
|
|
depends on DT_HAS_NXP_S32ZE_PINCTRL_ENABLED || DT_HAS_NXP_S32K3_PINCTRL_ENABLED
|
|
help
|
|
Enable pin controller driver for NXP S32 processors.
|