12 lines
359 B
Plaintext
12 lines
359 B
Plaintext
# Copyright (c) 2021 Microchip Technology Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
DT_COMPAT_ST_PINCTRL_XEC := microchip,xec-pinctrl
|
|
|
|
config PINCTRL_MCHP_XEC
|
|
bool "Pin controller driver for MCHP XEC MCUs"
|
|
depends on SOC_SERIES_MEC172X
|
|
default $(dt_compat_enabled,$(DT_COMPAT_ST_PINCTRL_XEC))
|
|
help
|
|
Enable pin controller driver for Microchip XEC MCUs
|