zephyr/soc/raspberrypi/rp2xxx/Kconfig.soc

20 lines
368 B
Plaintext

# Raspberry Pi RP2XXX MCU line
# Copyright (c) 2021 Nordic Semiconductor ASA
# Copyright (c) 2021 Yonatan Schachter
# SPDX-License-Identifier: Apache-2.0
config SOC_RP2040
bool
select SOC_SERIES_RP2XXX
config SOC_SERIES_RP2XXX
bool
select SOC_FAMILY_RPI_PICO
config SOC_SERIES
default "rp2xxx" if SOC_SERIES_RP2XXX
config SOC
default "rp2040" if SOC_RP2040