1# XMC4XXX INTC configuration 2 3# Copyright (c) Schlumberger 4# SPDX-License-Identifier: Apache-2.0 5 6config XMC4XXX_INTC 7 bool "Interrupt Controller Driver for XMC4XXX series devices" 8 default y 9 depends on DT_HAS_INFINEON_XMC4XXX_INTC_ENABLED 10 help 11 Enable interrupt controller driver for XMC4XXX series of devices. This is required for 12 GPIO interrupt support. 13