xref: /linux/drivers/clocksource/Kconfig (revision 7c43185138cf523b0810ffd2c9e18e2ecb356730)
1config CLKSRC_I8253
2	bool
3
4config CLKEVT_I8253
5	bool
6
7config I8253_LOCK
8	bool
9
10config CLKBLD_I8253
11	def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK
12
13config CLKSRC_MMIO
14	bool
15
16config DW_APB_TIMER
17	bool
18