diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-02-14 15:59:33 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-03-21 02:18:58 +0100 |
commit | 02ff48e4d7f7f253008f3aeadd41c8a2fc640587 (patch) | |
tree | 5f35c1e2f680c4333677cd8e135d352eaf6880fc /drivers/clk/at91/Makefile | |
parent | clk: at91: add at91sam9n12 pmc driver (diff) | |
download | linux-02ff48e4d7f7f253008f3aeadd41c8a2fc640587.tar.xz linux-02ff48e4d7f7f253008f3aeadd41c8a2fc640587.zip |
clk: at91: add at91rm9200 pmc driver
Add a driver for the PMC clocks of the at91rm9200.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lkml.kernel.org/r/20200214145934.53648-1-alexandre.belloni@bootlin.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/at91/Makefile')
-rw-r--r-- | drivers/clk/at91/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/at91/Makefile b/drivers/clk/at91/Makefile index 7ab244f346c4..8b90357f2a93 100644 --- a/drivers/clk/at91/Makefile +++ b/drivers/clk/at91/Makefile @@ -15,6 +15,7 @@ obj-$(CONFIG_HAVE_AT91_H32MX) += clk-h32mx.o obj-$(CONFIG_HAVE_AT91_GENERATED_CLK) += clk-generated.o obj-$(CONFIG_HAVE_AT91_I2S_MUX_CLK) += clk-i2s-mux.o obj-$(CONFIG_HAVE_AT91_SAM9X60_PLL) += clk-sam9x60-pll.o +obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200.o obj-$(CONFIG_SOC_AT91SAM9) += at91sam9260.o at91sam9rl.o at91sam9x5.o obj-$(CONFIG_SOC_AT91SAM9) += at91sam9g45.o obj-$(CONFIG_SOC_AT91SAM9) += at91sam9n12.o at91sam9x5.o |