Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753251AbbEGHSO (ORCPT ); Thu, 7 May 2015 03:18:14 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:35458 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751379AbbEGHSM (ORCPT ); Thu, 7 May 2015 03:18:12 -0400 MIME-Version: 1.0 From: Valentin Rothberg Date: Thu, 7 May 2015 09:17:40 +0200 Message-ID: Subject: pinctrl: imx7d: undefined Kconfig option SOC_IMX7D To: Frank.Li@freescale.com Cc: linus.walleij@linaro.org, shawn.guo@linaro.org, b20788@freescale.com, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Paul Bolle , hengelein Stefan , Andreas Ruprecht Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 853 Lines: 24 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/