diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-10-25 14:04:48 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-11-13 14:25:59 -0500 |
commit | 906431bb00b9f65c223160cf74859f4053de34a4 (patch) | |
tree | 844500ef7a8cbccca74f63f13636f30333a335c3 /test | |
parent | 4ef21a1e9b8b9c7c30cdd037107f64e8f1dd55c6 (diff) | |
download | kutter-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')
-rw-r--r-- | test/configs/rp2040.config | 2 |
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 |