linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pinctrl: imx7d: undefined Kconfig option SOC_IMX7D
@ 2015-05-07  7:17 Valentin Rothberg
  2015-05-07 10:36 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Valentin Rothberg @ 2015-05-07  7:17 UTC (permalink / raw)
  To: Frank.Li
  Cc: linus.walleij, shawn.guo, b20788, linux-kernel, linux-gpio,
	Paul Bolle, hengelein Stefan, Andreas Ruprecht

Hi Frank,

your commit c30024a64490 ("pinctrl: add imx7d support") is in today's
linux-next tree (i.e., next-20150507) adding driver support for IMX7D
pinctrl.  However, the driver cannot be compiled at its current state
since the required Kconfig option PINCTRL_IMX7D depends on SOC_IMX7D,
which is not defined in Kconfig, see:

+config PINCTRL_IMX7D
+       bool "IMX7D pinctrl driver"
+       depends on SOC_IMX7D

Is there a patch queued somewhere to add this option?

I found this issue with ./scripts/checkkconfigsymbols.py by diffing
yesterday's and today's linux-next trees.

Kind regards,
 Valentin

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

* Re: pinctrl: imx7d: undefined Kconfig option SOC_IMX7D
  2015-05-07  7:17 pinctrl: imx7d: undefined Kconfig option SOC_IMX7D Valentin Rothberg
@ 2015-05-07 10:36 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2015-05-07 10:36 UTC (permalink / raw)
  To: Valentin Rothberg
  Cc: Frank.Li, linus.walleij, b20788, linux-kernel, linux-gpio,
	Paul Bolle, hengelein Stefan, Andreas Ruprecht

Hi Valentin,

On Thu, May 07, 2015 at 09:17:40AM +0200, Valentin Rothberg wrote:
> Hi Frank,
> 
> your commit c30024a64490 ("pinctrl: add imx7d support") is in today's
> linux-next tree (i.e., next-20150507) adding driver support for IMX7D
> pinctrl.  However, the driver cannot be compiled at its current state
> since the required Kconfig option PINCTRL_IMX7D depends on SOC_IMX7D,
> which is not defined in Kconfig, see:
> 
> +config PINCTRL_IMX7D
> +       bool "IMX7D pinctrl driver"
> +       depends on SOC_IMX7D
> 
> Is there a patch queued somewhere to add this option?

Yes, there is a patch series adding i.MX7D SoC support which contains
this option under review, and we plan to merge the series for v4.2.

Shawn

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

end of thread, other threads:[~2015-05-07 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07  7:17 pinctrl: imx7d: undefined Kconfig option SOC_IMX7D Valentin Rothberg
2015-05-07 10:36 ` Shawn Guo

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