浏览代码

Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk fix from Stephen Boyd:
 "One odd config build fix for a recent Allwinner clock driver change
  that got merged. The common code called code in another file that
  wasn't always built. This just forces it on so people don't run into
  this bad configuration"

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  clk: sunxi-ng: always select CCU_GATE
Linus Torvalds 8 年之前
父节点
当前提交
0060e79a1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/clk/sunxi-ng/Kconfig

+ 1 - 1
drivers/clk/sunxi-ng/Kconfig

@@ -16,7 +16,7 @@ config SUNXI_CCU_FRAC
 	bool
 	bool
 
 
 config SUNXI_CCU_GATE
 config SUNXI_CCU_GATE
-	bool
+	def_bool y
 
 
 config SUNXI_CCU_MUX
 config SUNXI_CCU_MUX
 	bool
 	bool