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