scripts/logging: Add RX config detection

The RX arch uses the CONFIG_RX kconfig symbol

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2025-05-12 14:58:37 -04:00 committed by Benjamin Cabé
parent 209c723b3f
commit a8eed43491

View File

@ -43,6 +43,9 @@ ARCHS = {
"riscv" : { "riscv" : {
"kconfig": "CONFIG_RISCV", "kconfig": "CONFIG_RISCV",
}, },
"rx" : {
"kconfig": "CONFIG_RX",
},
"xtensa" : { "xtensa" : {
"kconfig": "CONFIG_XTENSA", "kconfig": "CONFIG_XTENSA",
}, },