Blame view

drivers/clocksource/Kconfig 620 Bytes
89c0b8e25   Russell King   clocksource: add ...
1
2
  config CLKSRC_I8253
  	bool
442c8176d   Russell King   clocksource: add ...
3

e6220bdc9   Thomas Gleixner   i8253: Create com...
4
5
  config CLKEVT_I8253
  	bool
15f304b66   Ralf Baechle   i8253: Consolidat...
6
7
8
9
  config I8253_LOCK
  	bool
  
  config CLKBLD_I8253
e6220bdc9   Thomas Gleixner   i8253: Create com...
10
  	def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK
15f304b66   Ralf Baechle   i8253: Consolidat...
11

442c8176d   Russell King   clocksource: add ...
12
13
  config CLKSRC_MMIO
  	bool
06c3df495   Jamie Iles   clocksource: apb:...
14
15
16
  
  config DW_APB_TIMER
  	bool
489bccea6   Mattias Wallin   clocksource: add ...
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  
  config CLKSRC_DBX500_PRCMU
  	bool "Clocksource PRCMU Timer"
  	depends on UX500_SOC_DB5500 || UX500_SOC_DB8500
  	default y
  	help
  	  Use the always on PRCMU Timer as clocksource
  
  config CLKSRC_DBX500_PRCMU_SCHED_CLOCK
  	bool "Clocksource PRCMU Timer sched_clock"
  	depends on (CLKSRC_DBX500_PRCMU && !NOMADIK_MTU_SCHED_CLOCK)
  	select HAVE_SCHED_CLOCK
  	default y
  	help
  	  Use the always on PRCMU Timer as sched_clock