[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180703092524.1697111-4-sravanhome@gmail.com>
Date: Tue, 3 Jul 2018 11:25:22 +0200
From: Saravanan Sekar <sravanhome@...il.com>
To: afaerber@...e.de, sboyd@...nel.org,
manivannan.sadhasivam@...aro.org
Cc: linux-arm-kernel@...ts.infradead.org, mturquette@...libre.com,
linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
robh+dt@...nel.org, mark.rutland@....com, catalin.marinas@....com,
will.deacon@....com, devicetree@...r.kernel.org,
support@...ietech.com, thomas.liau@...ions-semi.com,
jeff.chen@...ions-semi.com, linux@...ietech.com,
darren@...ietech.com, mp-cs@...ions-semi.com, pn@...x.de,
sravanhome@...il.com
Subject: [PATCH v3 3/5] clk: actions: Add REGMAP as dependency
Add REGMAP as dependency to avoid undefined reference to regmap symbol
Signed-off-by: Saravanan Sekar <sravanhome@...il.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
Powered by blists - more mailing lists