Fix galileo configuration to HPET
Add to the configuration that HPET timer legacy emulation mode is not used, as hardware does not support it. Change-Id: I51175a0ce8f06c9c38a3fc36f9723e431fc72dd6 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
This commit is contained in:
parent
6ab23e30da
commit
5a57c36a6c
2 changed files with 4 additions and 0 deletions
|
@ -169,6 +169,8 @@ CONFIG_IOAPIC=y
|
||||||
# Timer Drivers
|
# Timer Drivers
|
||||||
#
|
#
|
||||||
CONFIG_HPET_TIMER=y
|
CONFIG_HPET_TIMER=y
|
||||||
|
# CONFIG_HPET_TIMER_LEGACY_EMULATION is not set
|
||||||
|
# CONFIG_HPET_TIMER_DEBUG is not set
|
||||||
# CONFIG_LOAPIC_TIMER is not set
|
# CONFIG_LOAPIC_TIMER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -148,6 +148,8 @@ CONFIG_IOAPIC=y
|
||||||
# Timer Drivers
|
# Timer Drivers
|
||||||
#
|
#
|
||||||
CONFIG_HPET_TIMER=y
|
CONFIG_HPET_TIMER=y
|
||||||
|
# CONFIG_HPET_TIMER_LEGACY_EMULATION is not set
|
||||||
|
# CONFIG_HPET_TIMER_DEBUG is not set
|
||||||
# CONFIG_LOAPIC_TIMER is not set
|
# CONFIG_LOAPIC_TIMER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue