Re: [PATCH -next] mfd: tps65912 needs MFD_CORE
From: Randy Dunlap <hidden>
Date: 2011-06-22 18:47:03
Also in:
linux-next
From: Randy Dunlap <hidden>
Date: 2011-06-22 18:47:03
Also in:
linux-next
On Wed, 22 Jun 2011 19:29:15 +0100 Mark Brown wrote:
On Wed, Jun 22, 2011 at 10:06:15AM -0700, Randy Dunlap wrote:quoted
From: Randy Dunlap <redacted> MFD_TPS65912 should select MFD_CORE so that mfd interfaces are available to it. This fixes a build error when MFD_CORE=m and MFD_TPS65912=y (and no other TPS65912 kconfig symbols are enabled, so no other select MFD_CORE was done).I posted a better patch for this earlier today - the bigger problem here is that as with other MFD cores MFD_TPS65912 shouldn't be directly selectable at all as it can't do anything useful without a bus interface.
Good. Hopefully such a kconfig won't be possible in the future then. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***