Create LOAPIC timer Kconfig options
Creating the LOAPIC timer Kconfig options permits future commits to remove those settings from the relevant board.h files. NOTE: No defconfig files have been modified as the LOAPIC_TIMER configuration option is not enabled in any of them. Change-Id: I7d97ed089cd4b734566b698183be95d3a166d71f Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
be211ba91c
commit
32fd4dc25c
|
@ -112,6 +112,20 @@ config LOAPIC_TIMER
|
|||
help
|
||||
This option selects LOAPIC timer as a system timer.
|
||||
|
||||
config LOAPIC_TIMER_IRQ
|
||||
int "Local APIC Timer IRQ"
|
||||
default 24
|
||||
depends on LOAPIC_TIMER
|
||||
help
|
||||
This option specifies the IRQ used by the LOAPIC timer.
|
||||
|
||||
config LOAPIC_TIMER_IRQ_PRIORITY
|
||||
int "Local APIC Timer IRQ Priority"
|
||||
default 2
|
||||
depends on LOAPIC_TIMER
|
||||
help
|
||||
This options specifies the IRQ priority used by the LOAPIC timer.
|
||||
|
||||
config PIT
|
||||
bool "PIT (i8253)"
|
||||
default n
|
||||
|
|
Loading…
Reference in a new issue