[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAD3Xx4KVq7PYWkRm4ZVWhZVscu5W3q1tW53EOu0Q9j7xp0iPzQ@mail.gmail.com>
Date: Fri, 22 May 2015 10:20:15 +0200
From: Valentin Rothberg <valentinrothberg@...il.com>
To: stwiss.opensource@...semi.com
Cc: broonie@...nel.org, lgirdwood@...il.com,
support.opensource@...semi.com, linux-kernel@...r.kernel.org,
Paul Bolle <pebolle@...cali.nl>,
Andreas Ruprecht <andreas.ruprecht@....de>,
hengelein Stefan <stefan.hengelein@....de>
Subject: regulator: da9062: undefined Kconfig option MFD_DA9062
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@...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