[PATCH v3 02/11] clocksource: select USE_OF by default

Haojian Zhuang haojian.zhuang at linaro.org
Wed Mar 13 01:05:33 EDT 2013


Since clksrc_of driver is always used in DT mode, select CONFIG_USE_OF
by default. It could avoid build issue.

Signed-off-by: Haojian Zhuang <haojian.zhuang at linaro.org>
---
 drivers/clocksource/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 4c04d19..167ed92 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -1,4 +1,5 @@
 config CLKSRC_OF
+	select USE_OF
 	bool
 
 config CLKSRC_I8253
-- 
1.7.10.4




More information about the linux-arm-kernel mailing list