linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: sprd: Select REGMAP_MMIO to avoid compile errors
@ 2019-07-18  5:36 Chunyan Zhang
  2019-07-22 21:54 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Chunyan Zhang @ 2019-07-18  5:36 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: linux-clk, linux-kernel, Orson Zhai, Baolin Wang, Chunyan Zhang,
	Chunyan Zhang

From: Chunyan Zhang <chunyan.zhang@unisoc.com>

Make REGMAP_MMIO selected to avoid undefined reference to regmap symbols.

Fixes: d41f59fd92f2 ("clk: sprd: Add common infrastructure")
Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
---
 drivers/clk/sprd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/sprd/Kconfig b/drivers/clk/sprd/Kconfig
index b422ceaa709f..12e9a7fd746a 100644
--- a/drivers/clk/sprd/Kconfig
+++ b/drivers/clk/sprd/Kconfig
@@ -2,6 +2,7 @@ config SPRD_COMMON_CLK
 	tristate "Clock support for Spreadtrum SoCs"
 	depends on ARCH_SPRD || COMPILE_TEST
 	default ARCH_SPRD
+	select REGMAP_MMIO
 
 if SPRD_COMMON_CLK
 
-- 
2.20.1


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

* Re: [PATCH] clk: sprd: Select REGMAP_MMIO to avoid compile errors
  2019-07-18  5:36 [PATCH] clk: sprd: Select REGMAP_MMIO to avoid compile errors Chunyan Zhang
@ 2019-07-22 21:54 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2019-07-22 21:54 UTC (permalink / raw)
  To: Chunyan Zhang
  Cc: linux-clk, linux-kernel, Orson Zhai, Baolin Wang, Chunyan Zhang,
	Chunyan Zhang

Quoting Chunyan Zhang (2019-07-17 22:36:16)
> From: Chunyan Zhang <chunyan.zhang@unisoc.com>
> 
> Make REGMAP_MMIO selected to avoid undefined reference to regmap symbols.
> 
> Fixes: d41f59fd92f2 ("clk: sprd: Add common infrastructure")
> Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
> ---

Applied to clk-fixes


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

end of thread, other threads:[~2019-07-22 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-18  5:36 [PATCH] clk: sprd: Select REGMAP_MMIO to avoid compile errors Chunyan Zhang
2019-07-22 21:54 ` Stephen Boyd

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).