17 lines
274 B
Plaintext
17 lines
274 B
Plaintext
|
# Copyright (c) 2024 Microchip Technology Inc.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
# Microchip MECH1723N-LJ MCU using MEC5 HAL
|
||
|
# N = 416KB total SRAM
|
||
|
# LJ = 176 pin package
|
||
|
|
||
|
if SOC_MECH1723_NLJ
|
||
|
|
||
|
config GPIO
|
||
|
default y
|
||
|
|
||
|
config PINCTRL
|
||
|
default y
|
||
|
|
||
|
endif # SOC_MECH1723_NLJ
|