xref: /openbmc/linux/kernel/time/Kconfig (revision 79bf2bb3)
179bf2bb3SThomas Gleixner#
279bf2bb3SThomas Gleixner# Timer subsystem related configuration options
379bf2bb3SThomas Gleixner#
479bf2bb3SThomas Gleixnerconfig TICK_ONESHOT
579bf2bb3SThomas Gleixner	bool
679bf2bb3SThomas Gleixner	default n
779bf2bb3SThomas Gleixner
879bf2bb3SThomas Gleixnerconfig NO_HZ
979bf2bb3SThomas Gleixner	bool "Tickless System (Dynamic Ticks)"
1079bf2bb3SThomas Gleixner	depends on GENERIC_TIME && GENERIC_CLOCKEVENTS
1179bf2bb3SThomas Gleixner	select TICK_ONESHOT
1279bf2bb3SThomas Gleixner	help
1379bf2bb3SThomas Gleixner	  This option enables a tickless system: timer interrupts will
1479bf2bb3SThomas Gleixner	  only trigger on an as-needed basis both when the system is
1579bf2bb3SThomas Gleixner	  busy and when the system is idle.
16