浏览代码

Merge tag 'at91-clocksource-driver2' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/drivers

Pull "A fix for the ST clocksource driver Kconfig option" from Nicolas Ferre

* tag 'at91-clocksource-driver2' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91:
  clocksource: atmel-st: select MFD_SYSCON
Arnd Bergmann 10 年之前
父节点
当前提交
7415d97ee2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/clocksource/Kconfig

+ 1 - 0
drivers/clocksource/Kconfig

@@ -146,6 +146,7 @@ config ATMEL_PIT
 config ATMEL_ST
 	bool
 	select CLKSRC_OF
+	select MFD_SYSCON
 
 config CLKSRC_METAG_GENERIC
 	def_bool y if METAG