hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/misc/Kconfig
....@@ -76,8 +76,7 @@
7676 are combined to make a single 32-bit timer.
7777
7878 When GENERIC_CLOCKEVENTS is defined, the third timer channel
79
- may be used as a clock event device supporting oneshot mode
80
- (delays of up to two seconds) based on the 32 KiHz clock.
79
+ may be used as a clock event device supporting oneshot mode.
8180
8281 config ATMEL_TCB_CLKSRC_BLOCK
8382 int
....@@ -90,6 +89,15 @@
9089 TC can be used for other purposes, such as PWM generation and
9190 interval timing.
9291
92
+config ATMEL_TCB_CLKSRC_USE_SLOW_CLOCK
93
+ bool "TC Block use 32 KiHz clock"
94
+ depends on ATMEL_TCB_CLKSRC
95
+ default y
96
+ help
97
+ Select this to use 32 KiHz base clock rate as TC block clock
98
+ source for clock events.
99
+
100
+
93101 config DUMMY_IRQ
94102 tristate "Dummy IRQ handler"
95103 default n