mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 13:02:56 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user