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:
parent
209c723b3f
commit
a8eed43491
@ -43,6 +43,9 @@ ARCHS = {
|
||||
"riscv" : {
|
||||
"kconfig": "CONFIG_RISCV",
|
||||
},
|
||||
"rx" : {
|
||||
"kconfig": "CONFIG_RX",
|
||||
},
|
||||
"xtensa" : {
|
||||
"kconfig": "CONFIG_XTENSA",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user