1# Raspberry Pi (RP) MCU line
2
3# Copyright (c) 2021 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_FAMILY_RPI_PICO
7 bool
8
9config SOC_FAMILY
10 default "rpi_pico" if SOC_FAMILY_RPI_PICO
11
12rsource "*/Kconfig.soc"
13