diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-21 21:26:24 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-21 21:26:24 +0300 |
commit | 707b4f493e77638387f29d5ea35e383c418e710d (patch) | |
tree | dc80dbbc8f52e30803caf023b9d53cb2133b63f3 /drivers/clocksource/Kconfig | |
parent | 4143fc83bb0c05a4e2042d78e18a75156e914260 (diff) | |
parent | 3da6d49e847128378c30292848125cc3e207e5f7 (diff) | |
download | linux-707b4f493e77638387f29d5ea35e383c418e710d.tar.xz |
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fixes from Thomas Gleixner:
"Two timer fixlets from Arnd:
- Use proper constant size in the FSL timer driver
- Prevent a build error for legacy platforms"
* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
clocksource: Disallow drivers for ARCH_USES_GETTIMEOFFSET
clocksource/fsl: Avoid harmless 64-bit warnings
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 71cfdf7c9708..2eb5f0efae90 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -1,4 +1,5 @@ menu "Clock Source drivers" + depends on !ARCH_USES_GETTIMEOFFSET config CLKSRC_OF bool |