diff options
author | Pawel Moll <pawel.moll@arm.com> | 2012-09-18 15:17:47 +0100 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-10-29 11:07:51 -0700 |
commit | ed27ff1db869cc81a92bed6defb7d107f5a156ff (patch) | |
tree | 635223b21f41fbda49ce9fc917ce5334574f59f9 /drivers/clk/versatile/Makefile | |
parent | f9f8c0438da2c6d6a4cd8af73097add3850d6084 (diff) |
clk: Versatile Express clock generators ("osc") driver
This driver provides a common clock framework hardware driver
for Versatile Express clock generators (a.k.a "osc") controlled
via the config bus.
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/versatile/Makefile')
-rw-r--r-- | drivers/clk/versatile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/versatile/Makefile b/drivers/clk/versatile/Makefile index c0a0f647879..1e49a7afcf4 100644 --- a/drivers/clk/versatile/Makefile +++ b/drivers/clk/versatile/Makefile @@ -2,3 +2,4 @@ obj-$(CONFIG_ICST) += clk-icst.o obj-$(CONFIG_ARCH_INTEGRATOR) += clk-integrator.o obj-$(CONFIG_ARCH_REALVIEW) += clk-realview.o +obj-$(CONFIG_VEXPRESS_CONFIG) += clk-vexpress-osc.o |