tree 5af9b156c46d2a5242f1db641f737895197c2116
parent 7dbdd91fe67e3cd28af36d3853df38b92deec711
author Greg Ungerer <[EMAIL PROTECTED]> Fri, 09 Sep 2005 09:32:14 +1000
committer Linus Torvalds <[EMAIL PROTECTED]> Fri, 09 Sep 2005 07:27:37 -0700

[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 <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

 arch/m68knommu/platform/5307/Makefile |    1 +
 1 files changed, 1 insertion(+)

diff --git a/arch/m68knommu/platform/5307/Makefile 
b/arch/m68knommu/platform/5307/Makefile
--- 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to