aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-08-20 13:41:56 -0400
committerTom Rini <trini@konsulko.com>2018-08-20 13:41:56 -0400
commitb71d9e8b3805305ea4116733f515061710ad7081 (patch)
treec7240f83b5f72b156ee29f5f8640dd5b83b2cb71 /drivers/clk
parent3313e908445f7cd7d362955c9054ddf7615d53ef (diff)
parentd8024074e43c2a99ecf93d919544d82f69025521 (diff)
downloadu-boot-b71d9e8b3805305ea4116733f515061710ad7081.zip
u-boot-b71d9e8b3805305ea4116733f515061710ad7081.tar.gz
u-boot-b71d9e8b3805305ea4116733f515061710ad7081.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 18bf8a6..a99abed 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -83,13 +83,13 @@ config CLK_STM32MP1
Enable the STM32 clock (RCC) driver. Enable support for
manipulating STM32MP1's on-SoC clocks.
-source "drivers/clk/tegra/Kconfig"
-source "drivers/clk/uniphier/Kconfig"
-source "drivers/clk/exynos/Kconfig"
source "drivers/clk/at91/Kconfig"
-source "drivers/clk/renesas/Kconfig"
+source "drivers/clk/exynos/Kconfig"
source "drivers/clk/mvebu/Kconfig"
source "drivers/clk/owl/Kconfig"
+source "drivers/clk/renesas/Kconfig"
+source "drivers/clk/tegra/Kconfig"
+source "drivers/clk/uniphier/Kconfig"
config ICS8N3QV01
bool "Enable ICS8N3QV01 VCXO driver"