aboutsummaryrefslogtreecommitdiffstats
path: root/test/configs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2024-10-25 14:04:48 -0400
committerKevin O'Connor <kevin@koconnor.net>2024-11-13 14:25:59 -0500
commit906431bb00b9f65c223160cf74859f4053de34a4 (patch)
tree844500ef7a8cbccca74f63f13636f30333a335c3 /test/configs
parent4ef21a1e9b8b9c7c30cdd037107f64e8f1dd55c6 (diff)
downloadkutter-906431bb00b9f65c223160cf74859f4053de34a4.tar.gz
kutter-906431bb00b9f65c223160cf74859f4053de34a4.tar.xz
kutter-906431bb00b9f65c223160cf74859f4053de34a4.zip
rp2040: Rename CONFIG_RP2040_yyy Kconfig symbols to CONFIG_RPXXXX_yyy
Rename the Kconfig symbols. This is in preparation to adding support for the rp2350 mcu. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/configs')
-rw-r--r--test/configs/rp2040.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/configs/rp2040.config b/test/configs/rp2040.config
index 51fc1228..ed594e04 100644
--- a/test/configs/rp2040.config
+++ b/test/configs/rp2040.config
@@ -1,2 +1,2 @@
# Base config file for rp2040 boards
-CONFIG_MACH_RP2040=y
+CONFIG_MACH_RPXXXX=y