https://bugzilla.kernel.org/show_bug.cgi?id=209889 Andy Shevchenko (andy.shevchenko@xxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |CODE_FIX --- Comment #1 from Andy Shevchenko (andy.shevchenko@xxxxxxxxx) --- commit 121875b28e3bd7519a675bf8ea2c2e793452c2bd Author: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> Date: Sun Jan 24 19:50:34 2021 +0000 iio:adc:stm32-adc: Add HAS_IOMEM dependency Seems that there are config combinations in which this driver gets enabled and hence selects the MFD, but with out HAS_IOMEM getting pulled in via some other route. MFD is entirely contained in an if HAS_IOMEM block, leading to the build issue in this bugzilla. https://bugzilla.kernel.org/show_bug.cgi?id=209889 -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.