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:
Christian Helmuth 2024-03-25 09:41:09 +01:00
parent b903ddeea7
commit 68925a6d33

View File

@ -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