1# SAM0 EIC configuration
2
3# Copyright (c) 2019 Derek Hageman <hageman@inthat.cloud>
4# SPDX-License-Identifier: Apache-2.0
5
6config SAM0_EIC
7	bool "External Interrupt Controller (EIC) Driver for SAM0 series devices"
8	default y
9	depends on DT_HAS_ATMEL_SAM0_EIC_ENABLED
10	help
11	  Enable EIC driver for SAM0 series of devices.  This is required for
12	  GPIO interrupt support.
13