The SIUL2 external interrupt driver is a native implementation usable across all NXP SoCs with SIUL2 IP. Remove the "S32" prefix to allow clean reuse by other families. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
22 lines
498 B
Plaintext
22 lines
498 B
Plaintext
# Copyright 2022-2025 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config NXP_S32_WKPU
|
|
bool "Wake-up Unit interrupt controller driver for NXP S32 MCUs"
|
|
default y
|
|
depends on DT_HAS_NXP_S32_WKPU_ENABLED
|
|
help
|
|
Wake-up Unit interrupt controller driver for NXP S32 MCUs
|
|
|
|
if NXP_S32_WKPU
|
|
|
|
config NXP_S32_WKPU_SOURCES_MAX
|
|
int
|
|
range 32 64
|
|
default 64 if SOC_SERIES_S32K3
|
|
help
|
|
Number of WKPU external and internal sources per controller. This is
|
|
a SoC integration option.
|
|
|
|
endif # NXP_S32_WKPU
|