1# Raspberry Pi (RP) MCU line
2
3# Copyright (c) 2021 Nordic Semiconductor ASA
4# Copyright (c) 2021 Yonatan Schachter
5# SPDX-License-Identifier: Apache-2.0
6
7if SOC_FAMILY_RPI_PICO
8
9rsource "*/Kconfig"
10
11endif # SOC_FAMILY_RPI_PICO
12