URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [kernel/] [time/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
## Timer subsystem related configuration options#config TICK_ONESHOTbooldefault nconfig NO_HZbool "Tickless System (Dynamic Ticks)"depends on GENERIC_TIME && GENERIC_CLOCKEVENTSselect TICK_ONESHOThelpThis option enables a tickless system: timer interrupts willonly trigger on an as-needed basis both when the system isbusy and when the system is idle.config HIGH_RES_TIMERSbool "High Resolution Timer Support"depends on GENERIC_TIME && GENERIC_CLOCKEVENTSselect TICK_ONESHOThelpThis option enables high resolution timer support. If yourhardware is not capable then this option only increasesthe size of the kernel image.config GENERIC_CLOCKEVENTS_BUILDbooldefault ydepends on GENERIC_CLOCKEVENTS || GENERIC_CLOCKEVENTS_MIGR
