mvic: default to IRQ 10 instead of 0 for timer
This is a better choice of default; on Mint Valley using IRQ 0 for the timer collides with the DMA Error IRQ line. Issue: ZEP-849 Change-Id: I14cb60fbe548488198813b2351e0ed1f07c2d07d Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
c579ca43ac
commit
eeacd2061d
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ config MVIC
|
|||
config MVIC_TIMER_IRQ
|
||||
int "IRQ line to use for timer interrupt"
|
||||
range 0 15
|
||||
default 0
|
||||
default 10
|
||||
depends on MVIC
|
||||
help
|
||||
Specify the IRQ line to use for the timer interrupt. This should be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue