23 lines
318 B
Plaintext
23 lines
318 B
Plaintext
# Microchip MEC172XNLJ MCU
|
|
|
|
# Copyright (c) 2022 Silicom Connectivity Solutions
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_MEC172X_NLJ
|
|
|
|
config SOC
|
|
default "mec172xnlj"
|
|
|
|
config GPIO
|
|
default y
|
|
|
|
config ESPI_XEC_V2
|
|
default y
|
|
depends on ESPI
|
|
|
|
config EEPROM_XEC
|
|
default y
|
|
depends on EEPROM
|
|
|
|
endif # SOC_MEC172X_NLJ
|