diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-10-25 22:46:08 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-10-25 22:46:08 +0000 |
commit | 4fd9028f446bb1120e5ce7b6abc176cf439223fe (patch) | |
tree | a90208f5d6729a24b8563f086ebcd0cd12f6a6af /target/linux/bcm53xx/config-4.3 | |
parent | da94b00df54ec23656b4d8a785b1e9af5da1d207 (diff) | |
download | upstream-4fd9028f446bb1120e5ce7b6abc176cf439223fe.tar.gz upstream-4fd9028f446bb1120e5ce7b6abc176cf439223fe.tar.bz2 upstream-4fd9028f446bb1120e5ce7b6abc176cf439223fe.zip |
bcm53xx: add clk tree driver
These patches are written by Broadcom and will be in mainline Linux
kernel soon. I had some problems to get them backported to kernel 4.1,
so currently they are only available for 4.3.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47253
Diffstat (limited to 'target/linux/bcm53xx/config-4.3')
-rw-r--r-- | target/linux/bcm53xx/config-4.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-4.3 b/target/linux/bcm53xx/config-4.3 index 73c8062fa9..16705a157e 100644 --- a/target/linux/bcm53xx/config-4.3 +++ b/target/linux/bcm53xx/config-4.3 @@ -80,6 +80,7 @@ CONFIG_CLKSRC_MMIO=y CONFIG_CLKSRC_OF=y CONFIG_CLONE_BACKWARDS=y CONFIG_COMMON_CLK=y +CONFIG_COMMON_CLK_IPROC=y CONFIG_CPU_32v6K=y CONFIG_CPU_32v7=y CONFIG_CPU_ABRT_EV7=y |