diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2009-11-17 01:32:57 +0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-12-17 01:57:19 +0000 |
commit | 916daba8a9f2617ded8b9255e6b39f066ef60178 (patch) | |
tree | 63aa70b44e483bc30154130707e4d7529493543c /arch/mips/loongson/common/cs5536/Makefile | |
parent | 6e552c9b3aa7ba3be57b9569ec92a38af5c65e48 (diff) | |
download | talos-obmc-linux-916daba8a9f2617ded8b9255e6b39f066ef60178.tar.gz talos-obmc-linux-916daba8a9f2617ded8b9255e6b39f066ef60178.zip |
MIPS: Lemote 2F: Add cs5536 MFGPT timer support
CPUFreq support for Loongson 2F requires an external timer.
Because the frequency of the MIPS Timer is related to the CPU frequency
which itself is variable another timer of constant frequency is required.
Export the mfgpt0 counter disable / enable operations for the coming
suspend support to suspend / resume the timer.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: cpufreq@vger.kernel.org,
Cc: Dave Jones <davej@redhat.com>,
Cc: Dominik Brodowski <linux@dominikbrodowski.net>,
Cc: yanh@lemote.com
Cc: huhb@lemote.com,
Patchwork: http://patchwork.linux-mips.org/patch/658/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/loongson/common/cs5536/Makefile')
-rw-r--r-- | arch/mips/loongson/common/cs5536/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/loongson/common/cs5536/Makefile b/arch/mips/loongson/common/cs5536/Makefile index 31657ee037d8..510d4cdc2378 100644 --- a/arch/mips/loongson/common/cs5536/Makefile +++ b/arch/mips/loongson/common/cs5536/Makefile @@ -5,4 +5,9 @@ obj-$(CONFIG_CS5536) += cs5536_pci.o cs5536_ide.o cs5536_acc.o cs5536_ohci.o \ cs5536_isa.o cs5536_ehci.o +# +# Enable cs5536 mfgpt Timer +# +obj-$(CONFIG_CS5536_MFGPT) += cs5536_mfgpt.o + EXTRA_CFLAGS += -Werror |