Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=de0cc4... Commit: de0cc4e2830434c44131232fd953dee895be43a2 Parent: a7f61fa43e9b5622de5568b695b87c2166c49ea2 Author: Greg Ungerer <gerg@snapgear.com> AuthorDate: Fri Feb 1 17:40:30 2008 +1000 Committer: Linus Torvalds <torvalds@linux-foundation.org> CommitDate: Fri Feb 1 21:02:03 2008 +1100 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> --- arch/m68knommu/Kconfig | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index f4b582c..bd92137 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 - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
