Skip to content

Commit 4175ed2

Browse files
keith-packardduynguyenxa
authored andcommitted
scripts/logging: Add RX config detection
The RX arch uses the CONFIG_RX kconfig symbol Signed-off-by: Keith Packard <keithp@keithp.com>
1 parent edeb803 commit 4175ed2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/logging/dictionary/dictionary_parser/log_database.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"riscv" : {
4444
"kconfig": "CONFIG_RISCV",
4545
},
46+
"rx" : {
47+
"kconfig": "CONFIG_RX",
48+
},
4649
"xtensa" : {
4750
"kconfig": "CONFIG_XTENSA",
4851
},

0 commit comments

Comments
 (0)