.. | .. |
---|
76 | 76 | are combined to make a single 32-bit timer. |
---|
77 | 77 | |
---|
78 | 78 | 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. |
---|
81 | 80 | |
---|
82 | 81 | config ATMEL_TCB_CLKSRC_BLOCK |
---|
83 | 82 | int |
---|
.. | .. |
---|
90 | 89 | TC can be used for other purposes, such as PWM generation and |
---|
91 | 90 | interval timing. |
---|
92 | 91 | |
---|
| 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 | + |
---|
93 | 101 | config DUMMY_IRQ |
---|
94 | 102 | tristate "Dummy IRQ handler" |
---|
95 | 103 | default n |
---|