mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
pc/lx_emul: enable HIGH_RES_TIMERS
Only with high-resolution timers enabled timouts can fire between two jiffies. The option is enabled on all relevant platforms but unfortunately disabled by tinyconfig. This option also permits the use of CONFIG_SND_HRTIMER.
This commit is contained in:
parent
b903ddeea7
commit
68925a6d33
@ -6,7 +6,7 @@
|
||||
LX_ENABLE += TTY SERIAL_EARLYCON SERIAL_OF_PLATFORM PRINTK HAS_IOMEM SMP
|
||||
|
||||
# support disabling ticking during idle
|
||||
LX_ENABLE += NO_HZ_IDLE
|
||||
LX_ENABLE += NO_HZ_IDLE HIGH_RES_TIMERS
|
||||
|
||||
# initrd support
|
||||
LX_ENABLE += BINFMT_ELF BINFMT_SCRIPT BLK_DEV_INITRD
|
||||
|
Loading…
Reference in New Issue
Block a user