12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
|
# Copyright (c) 2022 NXP
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
DT_COMPAT_NXP_LPC_PINCTRL := nxp,lpc-iocon-pinctrl
|
||
|
|
||
|
config PINCTRL_NXP_IOCON
|
||
|
bool "IOCON Pin controller driver for NXP LPC MCUs"
|
||
|
depends on SOC_FAMILY_LPC
|
||
|
default $(dt_compat_enabled,$(DT_COMPAT_NXP_LPC_PINCTRL))
|
||
|
help
|
||
|
Enable pin controller driver for NXP LPC MCUs
|