summaryrefslogtreecommitdiff
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2016-07-20 17:55:12 +0800
committerAndreas Bießmann <andreas@biessmann.org>2016-08-15 22:12:00 +0200
commit9e5935c04e891abb38a92a893f3457cdf304ef4f (patch)
tree69230fbc19be7d58a5bfd974456bfd643bfd0d23 /drivers/clk/Kconfig
parent03dcd410d70b7251ac82f78088123e23170591d4 (diff)
downloadu-boot-imx-9e5935c04e891abb38a92a893f3457cdf304ef4f.zip
u-boot-imx-9e5935c04e891abb38a92a893f3457cdf304ef4f.tar.gz
u-boot-imx-9e5935c04e891abb38a92a893f3457cdf304ef4f.tar.bz2
clk: at91: Add clock driver
The patch is referred to at91 clock driver of Linux, to make the clock node descriptions in DT aligned with the Linux's. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 6eee8eb..3da63c0 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -22,5 +22,6 @@ config SPL_CLK
source "drivers/clk/uniphier/Kconfig"
source "drivers/clk/exynos/Kconfig"
+source "drivers/clk/at91/Kconfig"
endmenu