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:
Andrew Boie 2016-09-12 09:39:01 -07:00 committed by Anas Nashif
commit eeacd2061d

View file

@ -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