lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAD3Xx4+VeF5WUj+WdyXackbA0xuTZ-YY4hm_yMoCwFsiUf0eaw@mail.gmail.com>
Date:	Thu, 7 May 2015 09:17:40 +0200
From:	Valentin Rothberg <valentinrothberg@...il.com>
To:	Frank.Li@...escale.com
Cc:	linus.walleij@...aro.org, shawn.guo@...aro.org,
	b20788@...escale.com, linux-kernel@...r.kernel.org,
	linux-gpio@...r.kernel.org, Paul Bolle <pebolle@...cali.nl>,
	hengelein Stefan <stefan.hengelein@....de>,
	Andreas Ruprecht <andreas.ruprecht@....de>
Subject: pinctrl: imx7d: undefined Kconfig option SOC_IMX7D

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ