From: Leo Yan Date: Wed, 31 Aug 2016 08:50:15 +0000 (+0800) Subject: clk: Hi6220: enable stub clock driver for ARCH_HISI X-Git-Tag: v4.10-rc1~161^2~34 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=9a881bc55d7b2cb4093005391613a2c517f09516;p=linux.git clk: Hi6220: enable stub clock driver for ARCH_HISI In current kernel config 'CONFIG_STUB_CLK_HI6220' is disabled by default, as result stub clock driver has not been registered and CPUFreq driver cannot work. This patch is to enable stub clock driver in config for ARCH_HISI. Reported-by: Dietmar Eggemann Signed-off-by: Leo Yan Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/hisilicon/Kconfig b/drivers/clk/hisilicon/Kconfig index f80773b7f9ef..cbed6602172b 100644 --- a/drivers/clk/hisilicon/Kconfig +++ b/drivers/clk/hisilicon/Kconfig @@ -39,5 +39,6 @@ config RESET_HISI config STUB_CLK_HI6220 bool "Hi6220 Stub Clock Driver" depends on COMMON_CLK_HI6220 && MAILBOX + default ARCH_HISI help Build the Hisilicon Hi6220 stub clock driver.