diff options
author | john stultz <johnstul@us.ibm.com> | 2007-05-06 17:51:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:13:04 -0400 |
commit | ee17b36fd0dc2af37ea92548595e30964674ded8 (patch) | |
tree | cfb2d5fe67802eac1c46d5542df86f237e1bcf1c /arch/v850/Kconfig | |
parent | c2f239d93e8af991392871c57465cb2ac556b482 (diff) |
v850: generic timekeeping conversion
Convert an arch that does not currently implement sub-jiffy timekeeping to
use the generic timekeeping code.
v850 looks like it has some intent to implement sub-jiffy timekeeping, so
it may not yet be appropriate to try to convert, but I figured I'd get the
maintainer's input and submit the patch for comment.
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Cc: Miles Bader <uclinux-v850@lsi.nec.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/v850/Kconfig')
-rw-r--r-- | arch/v850/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig index 50ccc7f57cd0..5f54c1236c18 100644 --- a/arch/v850/Kconfig +++ b/arch/v850/Kconfig | |||
@@ -37,6 +37,10 @@ config GENERIC_IRQ_PROBE | |||
37 | bool | 37 | bool |
38 | default y | 38 | default y |
39 | 39 | ||
40 | config GENERIC_TIME | ||
41 | bool | ||
42 | default y | ||
43 | |||
40 | config TIME_LOW_RES | 44 | config TIME_LOW_RES |
41 | bool | 45 | bool |
42 | default y | 46 | default y |