summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorMichael Turquette2015-06-20 22:29:48 +0200
committerMichael Turquette2015-06-20 22:29:48 +0200
commit2cd7b0432888ef2e1f8b54c1c6f8751e1e0e9b5e (patch)
tree8ecab6ac6ef54b4ccc7b93a6a079e72a6ff7d640 /drivers/clk/Kconfig
parentMerge branch 'clk-exynos-cpu-clk' into clk-next (diff)
parentclk: tegra: Fix hda2codec_2x clock name for Tegra30 (diff)
downloadkernel-qcow2-linux-2cd7b0432888ef2e1f8b54c1c6f8751e1e0e9b5e.tar.gz
kernel-qcow2-linux-2cd7b0432888ef2e1f8b54c1c6f8751e1e0e9b5e.tar.xz
kernel-qcow2-linux-2cd7b0432888ef2e1f8b54c1c6f8751e1e0e9b5e.zip
Merge tag 'tegra-for-4.2-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into clk-next
clk: tegra: Changes for v4.2-rc1 This contains the EMC clock driver that's been exhaustively reviewed and tested. It also includes a change to the clock core that allows a clock provider to perform low-level reparenting of clocks. This is required by the EMC clock driver because the reparenting needs to be done at a very specific point in time during the EMC frequency switch.
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 1dd4f9d8bcb6..42f7120ca9ce 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -176,3 +176,4 @@ endmenu
source "drivers/clk/mvebu/Kconfig"
source "drivers/clk/samsung/Kconfig"
+source "drivers/clk/tegra/Kconfig"