Commit a052b7affc193a7937e6791d262addcb82654d5f

Authored by Greg Ungerer
Committed by Linus Torvalds
1 parent 7dbdd91fe6

[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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/m68knommu/platform/5307/Makefile
... ... @@ -19,6 +19,7 @@
19 19 obj-$(CONFIG_COLDFIRE) += entry.o vectors.o ints.o
20 20 obj-$(CONFIG_M5206) += timers.o
21 21 obj-$(CONFIG_M5206e) += timers.o
  22 +obj-$(CONFIG_M523x) += pit.o
22 23 obj-$(CONFIG_M5249) += timers.o
23 24 obj-$(CONFIG_M527x) += pit.o
24 25 obj-$(CONFIG_M5272) += timers.o