linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: oxnas: Add hardware dependencies
@ 2016-07-07  7:18 Jean Delvare
  2016-07-09 21:08 ` Neil Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jean Delvare @ 2016-07-07  7:18 UTC (permalink / raw)
  To: linux-clk, Michael Turquette, Stephen Boyd, Neil Armstrong

The clk-oxnas driver is specific to its architecture, so do not
propose it on other architectures, unless build-testing.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Neil Armstrong <narmstrong@baylibre.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
---
 drivers/clk/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-4.7-rc6.orig/drivers/clk/Kconfig	2016-07-04 08:01:00.000000000 +0200
+++ linux-4.7-rc6/drivers/clk/Kconfig	2016-07-07 09:12:17.723329794 +0200
@@ -203,6 +203,7 @@ config COMMON_CLK_PIC32
 
 config COMMON_CLK_OXNAS
 	bool "Clock driver for the OXNAS SoC Family"
+	depends on ARCH_OXNAS || COMPILE_TEST
 	select MFD_SYSCON
 	---help---
 	  Support for the OXNAS SoC Family clocks.


-- 
Jean Delvare
SUSE L3 Support

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

end of thread, other threads:[~2016-07-12 22:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07  7:18 [PATCH] clk: oxnas: Add hardware dependencies Jean Delvare
2016-07-09 21:08 ` Neil Armstrong
2016-07-10  9:35 ` Neil Armstrong
2016-07-12 22:31 ` Michael Turquette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).