diff options
author | Greg Ungerer <gerg@snapgear.com> | 2008-02-01 02:40:30 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-02-01 05:02:03 -0500 |
commit | de0cc4e2830434c44131232fd953dee895be43a2 (patch) | |
tree | a66df7efa70370f8ce5f7e2b80cb36766ab39d4f /arch/m68knommu | |
parent | a7f61fa43e9b5622de5568b695b87c2166c49ea2 (diff) |
m68knommu: set config to use GENERIC_TIME
Switch m68knommu arch to using GENERIC_TIME.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index f4b582cbb567..bd9213749ac2 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -53,6 +53,10 @@ config GENERIC_CALIBRATE_DELAY | |||
53 | bool | 53 | bool |
54 | default y | 54 | default y |
55 | 55 | ||
56 | config GENERIC_TIME | ||
57 | bool | ||
58 | default y | ||
59 | |||
56 | config TIME_LOW_RES | 60 | config TIME_LOW_RES |
57 | bool | 61 | bool |
58 | default y | 62 | default y |