diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-05-01 18:29:35 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-04-13 11:01:50 -0500 |
commit | 78dd9c8360828cf94209059ab614a8db25791f5d (patch) | |
tree | 7d150b341735e1aee55c6143c4760378a5b3c859 /drivers/misc | |
parent | ba2b90564831c96a57adfabbc4cc1809041aa0eb (diff) |
ARM: at91: tclib: Default to tclib timer for RT
RT is not too happy about the shared timer interrupt in AT91
devices. Default to tclib timer for RT.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index eead6cea02f8..ecda1c4c75c7 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -72,6 +72,7 @@ config AB8500_PWM config ATMEL_TCLIB bool "Atmel AT32/AT91 Timer/Counter Library" depends on (AVR32 || ARCH_AT91) + default y if PREEMPT_RT_FULL help Select this if you want a library to allocate the Timer/Counter blocks found on many Atmel processors. This facilitates using @@ -104,7 +105,7 @@ config ATMEL_TCB_CLKSRC_BLOCK config ATMEL_TCB_CLKSRC_USE_SLOW_CLOCK bool "TC Block use 32 KiHz clock" depends on ATMEL_TCB_CLKSRC - default y + default y if !PREEMPT_RT_FULL help Select this to use 32 KiHz base clock rate as TC block clock source for clock events. |