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:
Dmitriy Korovkin 2015-07-24 13:59:55 -04:00 committed by Anas Nashif
commit 5a57c36a6c
2 changed files with 4 additions and 0 deletions

View file

@ -169,6 +169,8 @@ CONFIG_IOAPIC=y
# Timer Drivers
#
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
#

View file

@ -148,6 +148,8 @@ CONFIG_IOAPIC=y
# Timer Drivers
#
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
#