# Raspberry Pi (RP) MCU line

# Copyright (c) 2021 Nordic Semiconductor ASA
# Copyright (c) 2021 Yonatan Schachter
# SPDX-License-Identifier: Apache-2.0

if SOC_FAMILY_RPI_PICO

rsource "*/Kconfig"

config RPI_PICO_ROM_BOOTLOADER
	bool
	default y
	depends on RETENTION_BOOT_MODE

config RPI_PICO_USE_ROMFUNC
	bool
	default y
	depends on !NULL_POINTER_EXCEPTION_DETECTION_MPU
	help
	  Enable the use of ROM functions and add corresponding MPU entry if needed.

endif # SOC_FAMILY_RPI_PICO
