diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-05 18:44:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-05 18:44:38 +0000 |
commit | 8ae260bca8e835247e53e87b7b8c77738ea9407a (patch) | |
tree | 8bcdc32ab650c6978291ab2d9ddcda2b70283b5e | |
parent | e49f8f122c5a6d73d3cdb948b8419ae26d7b45d2 (diff) | |
download | upstream-8ae260bca8e835247e53e87b7b8c77738ea9407a.tar.gz upstream-8ae260bca8e835247e53e87b7b8c77738ea9407a.tar.bz2 upstream-8ae260bca8e835247e53e87b7b8c77738ea9407a.zip |
x86: enable high res timers by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40697 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86/config-3.10 | 1 | ||||
-rw-r--r-- | target/linux/x86/config-3.3 | 1 | ||||
-rw-r--r-- | target/linux/x86/generic/config-3.10 | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/x86/config-3.10 b/target/linux/x86/config-3.10 index 71216ffa04..69f2f0875c 100644 --- a/target/linux/x86/config-3.10 +++ b/target/linux/x86/config-3.10 @@ -184,7 +184,6 @@ CONFIG_HAVE_UID16=y CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y CONFIG_HAVE_USER_RETURN_NOTIFIER=y # CONFIG_HIGHMEM4G is not set -# CONFIG_HIGH_RES_TIMERS is not set CONFIG_HPET_EMULATE_RTC=y CONFIG_HPET_TIMER=y # CONFIG_HP_WATCHDOG is not set diff --git a/target/linux/x86/config-3.3 b/target/linux/x86/config-3.3 index d0fc49e4f8..0798b1cec3 100644 --- a/target/linux/x86/config-3.3 +++ b/target/linux/x86/config-3.3 @@ -155,7 +155,6 @@ CONFIG_HAVE_TEXT_POKE_SMP=y CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y CONFIG_HAVE_USER_RETURN_NOTIFIER=y # CONFIG_HIGHMEM4G is not set -# CONFIG_HIGH_RES_TIMERS is not set CONFIG_HPET_EMULATE_RTC=y CONFIG_HPET_TIMER=y # CONFIG_HP_WATCHDOG is not set diff --git a/target/linux/x86/generic/config-3.10 b/target/linux/x86/generic/config-3.10 index d85511c746..2babaab74d 100644 --- a/target/linux/x86/generic/config-3.10 +++ b/target/linux/x86/generic/config-3.10 @@ -105,7 +105,6 @@ CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y # CONFIG_GEOS is not set CONFIG_HID=y CONFIG_HID_BATTERY_STRENGTH=y -CONFIG_HIGH_RES_TIMERS=y CONFIG_HPET=y CONFIG_HPET_MMAP=y # CONFIG_HP_ACCEL is not set |