public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] clk: sunxi-ng: Add hardware dependency
@ 2016-09-08 21:28 Jean Delvare
  2016-09-09  1:16 ` Stephen Boyd
  2016-09-09 19:08 ` Maxime Ripard
  0 siblings, 2 replies; 3+ messages in thread
From: Jean Delvare @ 2016-09-08 21:28 UTC (permalink / raw)
  To: linux-clk; +Cc: Michael Turquette, Stephen Boyd, Maxime Ripard, Chen-Yu Tsai

The sunxi-ng clock driver is useless for other architectures.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Michael Turquette <mturquette@baylibre.com>
---
Changes since v1:
 * Leave default in place (suggested by Stephen Boyd.)

 drivers/clk/sunxi-ng/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-4.8-rc5.orig/drivers/clk/sunxi-ng/Kconfig	2016-09-04 23:31:46.000000000 +0200
+++ linux-4.8-rc5/drivers/clk/sunxi-ng/Kconfig	2016-09-08 21:51:36.600085604 +0200
@@ -1,5 +1,6 @@
 config SUNXI_CCU
 	bool "Clock support for Allwinner SoCs"
+	depends on ARCH_SUNXI || COMPILE_TEST
 	default ARCH_SUNXI
 
 if SUNXI_CCU


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-09 19:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-08 21:28 [PATCH v2] clk: sunxi-ng: Add hardware dependency Jean Delvare
2016-09-09  1:16 ` Stephen Boyd
2016-09-09 19:08 ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox