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" : {
|
"riscv" : {
|
||||||
"kconfig": "CONFIG_RISCV",
|
"kconfig": "CONFIG_RISCV",
|
||||||
},
|
},
|
||||||
|
"rx" : {
|
||||||
|
"kconfig": "CONFIG_RX",
|
||||||
|
},
|
||||||
"xtensa" : {
|
"xtensa" : {
|
||||||
"kconfig": "CONFIG_XTENSA",
|
"kconfig": "CONFIG_XTENSA",
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user