linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Saravanan Sekar <sravanhome@gmail.com>
To: afaerber@suse.de, sboyd@kernel.org, manivannan.sadhasivam@linaro.org
Cc: linux-arm-kernel@lists.infradead.org, mturquette@baylibre.com,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org,
	robh+dt@kernel.org, mark.rutland@arm.com,
	catalin.marinas@arm.com, will.deacon@arm.com,
	devicetree@vger.kernel.org, support@cubietech.com,
	thomas.liau@actions-semi.com, jeff.chen@actions-semi.com,
	linux@cubietech.com, darren@cubietech.com,
	mp-cs@actions-semi.com, pn@denx.de, sravanhome@gmail.com
Subject: [PATCH v3 3/5] clk: actions: Add REGMAP as dependency
Date: Tue,  3 Jul 2018 11:25:22 +0200	[thread overview]
Message-ID: <20180703092524.1697111-4-sravanhome@gmail.com> (raw)
In-Reply-To: <20180703092524.1697111-1-sravanhome@gmail.com>

Add REGMAP as dependency to avoid undefined reference to regmap symbol

Signed-off-by: Saravanan Sekar <sravanhome@gmail.com>
---
 drivers/clk/actions/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/actions/Kconfig b/drivers/clk/actions/Kconfig
index 5a2dad33769e..9066eb4709b1 100644
--- a/drivers/clk/actions/Kconfig
+++ b/drivers/clk/actions/Kconfig
@@ -1,6 +1,7 @@
 config CLK_ACTIONS
 	bool "Clock driver for Actions Semi SoCs"
 	depends on ARCH_ACTIONS || COMPILE_TEST
+	select REGMAP_MMIO
 	default ARCH_ACTIONS
 
 if CLK_ACTIONS
-- 
2.14.4


  parent reply	other threads:[~2018-07-03  9:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-03  9:25 [PATCH v3 0/5] Add clock driver for Actions S700 SoC Saravanan Sekar
2018-07-03  9:25 ` [PATCH v3 1/5] dt-bindings: clock: Rename document generic to Actions Semi Soc's Saravanan Sekar
2018-07-05 23:19   ` Rob Herring
2018-07-03  9:25 ` [PATCH v3 2/5] clk: actions: Add S700 SoC clock support Saravanan Sekar
2018-07-03  9:25 ` Saravanan Sekar [this message]
2018-07-06 18:46   ` [PATCH v3 3/5] clk: actions: Add REGMAP as dependency Stephen Boyd
2018-07-03  9:25 ` [PATCH v3 4/5] arm64: dts: actions: Enable clock controller for S700 Saravanan Sekar
2018-07-03  9:25 ` [PATCH v3 5/5] arm64: dts: actions: Set UART clock reference from CMU Saravanan Sekar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180703092524.1697111-4-sravanhome@gmail.com \
    --to=sravanhome@gmail.com \
    --cc=afaerber@suse.de \
    --cc=catalin.marinas@arm.com \
    --cc=darren@cubietech.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jeff.chen@actions-semi.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@cubietech.com \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mark.rutland@arm.com \
    --cc=mp-cs@actions-semi.com \
    --cc=mturquette@baylibre.com \
    --cc=pn@denx.de \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=support@cubietech.com \
    --cc=thomas.liau@actions-semi.com \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).