Skip to content

Commit 1c4fe3e

Browse files
nashifMaureenHelm
authored andcommitted
arch/arc: Set the right priority for ADC/AON on quark_se
ARC has only 2 priorities, 0 or 1. So let's set the right priority for ADC and AON. Fixes #8302 Signed-off-by: Anas Nashif <[email protected]>
1 parent 8e89206 commit 1c4fe3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/arc/soc/quark_se_c1000_ss/Kconfig.defconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ endif # I2C
128128
if ADC
129129
config ADC_QMSI_SS
130130
def_bool y
131+
config ADC_0_IRQ_PRI
132+
default 0
131133
endif
132134

133135
if BT_H4
@@ -241,7 +243,7 @@ config AON_TIMER_QMSI
241243
def_bool y
242244

243245
config AON_TIMER_IRQ_PRI
244-
default 2
246+
default 0
245247

246248
endif # COUNTER
247249

0 commit comments

Comments
 (0)