summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
blob: c1480ceaaf2561f5eb519f7217aa8f51c559ee90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
config AMBA_SP804
	bool
	depends on ARM_AMBA

config ARM_SMP_TWD
	bool
	depends on ARM && CPU_V7

config CLOCKSOURCE_BCM2835
	bool
	depends on ARCH_BCM2835

config CLOCKSOURCE_CLPS711X
	bool
	depends on ARCH_CLPS711X

config CLOCKSOURCE_DUMMY
	bool "Enable dummy software-only clocksource"
	help
	  When porting barebox to a new SoC there might be a case
	  of broken or absent clocksource. This causes barebox serial
	  console to be non functional.
	  To solve the problem this software-only clocksource driver is used.
	      WARNING!!! This clocksource doesn't provide correct timing.
	  To adjust this clocksource please use CONFIG_CLOCKSOURCE_DUMMY_RATE.
	  The bigger rate valuest makes clocksource "faster".
	  It's possible to add this clocksource unconditionally.
	  This clocksource starts very early (pure_initcall) so
	  real clocksource will take over.
	  This can help if initialization order is wrong so that
	  the time functions are used before the real clocksource
	  was initialized.

config CLOCKSOURCE_DUMMY_RATE
	int
	prompt "dummy clocksource rate"
	depends on CLOCKSOURCE_DUMMY
	default 1000

config CLOCKSOURCE_MVEBU
	bool
	depends on ARCH_MVEBU

config CLOCKSOURCE_NOMADIK
	bool
	depends on ARM

config CLOCKSOURCE_ORION
	bool
	depends on ARCH_MVEBU

config CLOCKSOURCE_UEMD
	bool
	depends on ARCH_UEMD