1# Microchip MEC172XNLJ MCU 2 3# Copyright (c) 2022 Silicom Connectivity Solutions 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_MEC172X_NLJ 7 8config GPIO 9 default y 10 11config ESPI_XEC_V2 12 default y 13 depends on ESPI 14 15config EEPROM_XEC 16 default y 17 depends on EEPROM 18 19endif # SOC_MEC172X_NLJ 20