diff options
author | Greg Ungerer <gerg@snapgear.com> | 2008-02-01 17:40:30 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-02-01 21:02:03 +1100 |
commit | de0cc4e2830434c44131232fd953dee895be43a2 (patch) | |
tree | a66df7efa70370f8ce5f7e2b80cb36766ab39d4f /arch/m68knommu | |
parent | a7f61fa43e9b5622de5568b695b87c2166c49ea2 (diff) | |
download | linux-3.10-de0cc4e2830434c44131232fd953dee895be43a2.tar.gz linux-3.10-de0cc4e2830434c44131232fd953dee895be43a2.tar.bz2 linux-3.10-de0cc4e2830434c44131232fd953dee895be43a2.zip |
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 f4b582cbb56..bd9213749ac 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig @@ -53,6 +53,10 @@ config GENERIC_CALIBRATE_DELAY bool default y +config GENERIC_TIME + bool + default y + config TIME_LOW_RES bool default y |