2021-11-30 05:51:48 +08:00
|
|
|
# Raspberry Pi (RP) MCU line
|
|
|
|
|
|
|
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if SOC_FAMILY_RPI_PICO
|
|
|
|
|
|
|
|
source "soc/arm/rpi_pico/*/Kconfig.defconfig.series"
|
|
|
|
|
2021-11-30 06:29:09 +08:00
|
|
|
config PINCTRL
|
|
|
|
default y
|
|
|
|
|
2021-11-30 05:51:48 +08:00
|
|
|
endif # SOC_FAMILY_RPI_PICO
|