diff mbox

pinctrl: imx: Kconfig: PINCTRL_IMX select REGMAP

Message ID 1460313698-23917-1-git-send-email-akurz@blala.de
State New
Headers show

Commit Message

Alexander Kurz April 10, 2016, 6:41 p.m. UTC
Regmap functionality has been integrated into pinctrl-imx.c with commit
8626ada8 which might trigger build failures when regmap is not selected
otherwise. Hence, make Kconfig aware about this new dependency.

Signed-off-by: Alexander Kurz <akurz@blala.de>
---
 drivers/pinctrl/freescale/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Philipp Zabel April 11, 2016, 7:34 a.m. UTC | #1
Hi Alexander,

Am Sonntag, den 10.04.2016, 20:41 +0200 schrieb Alexander Kurz:
> Regmap functionality has been integrated into pinctrl-imx.c with commit
> 8626ada8 which might trigger build failures when regmap is not selected
> otherwise. Hence, make Kconfig aware about this new dependency.
> 
> Signed-off-by: Alexander Kurz <akurz@blala.de>

Acked-by: Philipp Zabel <p.zabel@pengutronix.de>

thanks
Philipp

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Shawn Guo April 11, 2016, 11:17 a.m. UTC | #2
On Sun, Apr 10, 2016 at 08:41:38PM +0200, Alexander Kurz wrote:
> Regmap functionality has been integrated into pinctrl-imx.c with commit
> 8626ada8 which might trigger build failures when regmap is not selected
> otherwise. Hence, make Kconfig aware about this new dependency.
> 
> Signed-off-by: Alexander Kurz <akurz@blala.de>

Acked-by: Shawn Guo <shawnguo@kernel.org> 
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Linus Walleij April 14, 2016, 12:19 p.m. UTC | #3
On Sun, Apr 10, 2016 at 8:41 PM, Alexander Kurz <akurz@blala.de> wrote:

> Regmap functionality has been integrated into pinctrl-imx.c with commit
> 8626ada8 which might trigger build failures when regmap is not selected
> otherwise. Hence, make Kconfig aware about this new dependency.
>
> Signed-off-by: Alexander Kurz <akurz@blala.de>

Patch applied for fixes with the ACKs.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/pinctrl/freescale/Kconfig b/drivers/pinctrl/freescale/Kconfig
index debe121..fc8cbf6 100644
--- a/drivers/pinctrl/freescale/Kconfig
+++ b/drivers/pinctrl/freescale/Kconfig
@@ -2,6 +2,7 @@  config PINCTRL_IMX
 	bool
 	select PINMUX
 	select PINCONF
+	select REGMAP
 
 config PINCTRL_IMX1_CORE
 	bool