You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
364 B
12 lines
364 B
# XMC4XXX INTC configuration |
|
|
|
# Copyright (c) Schlumberger |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config XMC4XXX_INTC |
|
bool "Interrupt Controller Driver for XMC4XXX series devices" |
|
default y |
|
depends on DT_HAS_INFINEON_XMC4XXX_INTC_ENABLED |
|
help |
|
Enable interrupt controller driver for XMC4XXX series of devices. This is required for |
|
GPIO interrupt support.
|
|
|