22 lines
393 B
Plaintext
22 lines
393 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# XMC 4xxx series configuration options
|
|
# Copyright (c) 2020 Linumiz
|
|
# Author: Parthiban Nallathambi <parthiban@linumiz.com>
|
|
|
|
if SOC_SERIES_XMC_4XXX
|
|
|
|
config SOC_SERIES
|
|
default "4xxx"
|
|
|
|
config NUM_IRQS
|
|
default 112
|
|
|
|
config UART_XMC4XXX
|
|
default y
|
|
depends on SERIAL
|
|
|
|
source "soc/arm/infineon_xmc/4xxx/Kconfig.defconfig.xmc*"
|
|
|
|
endif # SOC_SERIES_XMC_4XXX
|