Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756853AbbEVIUt (ORCPT ); Fri, 22 May 2015 04:20:49 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:34600 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756167AbbEVIUq (ORCPT ); Fri, 22 May 2015 04:20:46 -0400 MIME-Version: 1.0 From: Valentin Rothberg Date: Fri, 22 May 2015 10:20:15 +0200 Message-ID: Subject: regulator: da9062: undefined Kconfig option MFD_DA9062 To: stwiss.opensource@diasemi.com Cc: broonie@kernel.org, lgirdwood@gmail.com, support.opensource@diasemi.com, linux-kernel@vger.kernel.org, Paul Bolle , Andreas Ruprecht , hengelein Stefan 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: 923 Lines: 26 Hi Steve, your commit 4068e5182ada ("regulator: da9062: DA9062 regulator driver") is in today's linux-next tree (i.e., next-20150522) and adds the following lines of code to drivers/regulator/Kconfig: +config REGULATOR_DA9062 + tristate "Dialog Semiconductor DA9062 regulators" + depends on MFD_DA9062 MFD_DA9062 is not defined in Kconfig, so that the dependency is always false. Hence, the da9062-regulator driver cannot be compiled at the current state. Is there a patch queued somewhere to add the missing Kconfig option? I detected this issue with scripts/checkkconfigsymbols.py by diffing yesterday's and today's linux-next tree. 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/