diff options
author | Greg Ungerer <gerg@snapgear.com> | 2005-09-09 09:32:14 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-08 17:27:37 -0700 |
commit | a052b7affc193a7937e6791d262addcb82654d5f (patch) | |
tree | 5af9b156c46d2a5242f1db641f737895197c2116 /arch/m68knommu/platform | |
parent | 7dbdd91fe67e3cd28af36d3853df38b92deec711 (diff) | |
download | op-kernel-dev-a052b7affc193a7937e6791d262addcb82654d5f.zip op-kernel-dev-a052b7affc193a7937e6791d262addcb82654d5f.tar.gz |
[PATCH] m68knommu: add timer support for the 523x ColdFire processor family
Add timer support for the ColdFire 523x processor family.
(It uses the ColdFire PIT timer hardware, so we just build that in).
Signed-off-by: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m68knommu/platform')
-rw-r--r-- | arch/m68knommu/platform/5307/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68knommu/platform/5307/Makefile b/arch/m68knommu/platform/5307/Makefile index 84b6b70..6fe5a2b 100644 --- a/arch/m68knommu/platform/5307/Makefile +++ b/arch/m68knommu/platform/5307/Makefile @@ -19,6 +19,7 @@ endif obj-$(CONFIG_COLDFIRE) += entry.o vectors.o ints.o obj-$(CONFIG_M5206) += timers.o obj-$(CONFIG_M5206e) += timers.o +obj-$(CONFIG_M523x) += pit.o obj-$(CONFIG_M5249) += timers.o obj-$(CONFIG_M527x) += pit.o obj-$(CONFIG_M5272) += timers.o |