1# Microchip XEC ECIA configuration
2
3# Copyright (c) 2021 Microchip Technology Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6config MCHP_ECIA_XEC
7	bool "External EC Interrupt Aggregator (ECIA) Driver for MCHP MEC family of MCUs"
8	default y
9	depends on DT_HAS_MICROCHIP_XEC_ECIA_ENABLED
10	help
11	  Enable XEC ECIA driver for Microchip MEC line of MCUs
12