Fix Kconfig SHARED_IRQ_1_PRI dependency
The kernel configuration option SHARED_IRQ_1_PRI is dependent upon SHARED_IRQ_1, not SHARED_IRQ_0. Change-Id: I018cd8e860c362572cdde8586e50aed990d350bc Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
5084b6da56
commit
f1a4760157
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ config SHARED_IRQ_1_IRQ
|
|||
config SHARED_IRQ_1_PRI
|
||||
int "instance 1 interrupt priority"
|
||||
default 2
|
||||
depends on SHARED_IRQ_0
|
||||
depends on SHARED_IRQ_1
|
||||
help
|
||||
Prioity of shared interrupt handler for the configured interrupt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue