diff options
author | Kelvin Cheung <keguang.zhang@gmail.com> | 2012-08-20 10:05:35 (GMT) |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-08-31 18:05:18 (GMT) |
commit | 5175cb5894d606f1756c07a685e6dcabd2d8745a (patch) | |
tree | 2f0ffc6675b5c7c7324b6bf1980cd8c98bfb7768 /drivers/clk/Makefile | |
parent | e5ad7ac73cdd43c48998f1f43261c6209aebe00b (diff) | |
download | linux-fsl-qoriq-5175cb5894d606f1756c07a685e6dcabd2d8745a.tar.xz |
clk: add Loongson1B clock support
This adds clock support to Loongson1B SoC using the common clock
infrastructure.
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index fa5e1d2..6492651 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_ARCH_PRIMA2) += clk-prima2.o ifeq ($(CONFIG_COMMON_CLK), y) obj-$(CONFIG_ARCH_MMP) += mmp/ endif +obj-$(CONFIG_MACH_LOONGSON1) += clk-ls1x.o # Chip specific obj-$(CONFIG_COMMON_CLK_WM831X) += clk-wm831x.o |