Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a052b7af authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds
Browse files

[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: default avatarGreg Ungerer <gerg@uclinux.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7dbdd91f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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