# Raspberry Pi RP2XXX MCU line # Copyright (c) 2021 Nordic Semiconductor ASA # Copyright (c) 2021 Yonatan Schachter # SPDX-License-Identifier: Apache-2.0 if SOC_SERIES_RP2XXX source "soc/arm/rpi_pico/rp2/Kconfig.defconfig.rp2*" config SOC_SERIES default "rp2" config NUM_IRQS default 26 endif # SOC_SERIES_RP2XXX