aboutsummaryrefslogtreecommitdiffstats
path: root/src/rp2040/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/rp2040/Kconfig')
-rw-r--r--src/rp2040/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/rp2040/Kconfig b/src/rp2040/Kconfig
index 2b604e8c..95db68bc 100644
--- a/src/rp2040/Kconfig
+++ b/src/rp2040/Kconfig
@@ -47,6 +47,20 @@ config FLASH_START
hex
default 0x10000000
+
+######################################################################
+# Bootloader options
+######################################################################
+
+config RP2040_STAGE2_FILE
+ string
+ default "boot2_w25q080.S"
+
+config RP2040_STAGE2_CLKDIV
+ int
+ default 2
+
+
######################################################################
# Communication inteface
######################################################################