Bug 209889
Summary: | iio: adc: build error due to unmet dependency for MFD_STM32_TIMERS by STM32_ADC_CORE | ||
---|---|---|---|
Product: | Drivers | Reporter: | Necip Fazil Yildiran (fazilyildiran) |
Component: | IIO | Assignee: | Virtual Assignee for Drivers/IIO (drivers_iio) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | andy.shevchenko, fazilyildiran, lars, paul |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.10rc1 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | reproduce.tar.gz |
Description
Necip Fazil Yildiran
2020-10-26 22:46:02 UTC
commit 121875b28e3bd7519a675bf8ea2c2e793452c2bd Author: Jonathan Cameron <Jonathan.Cameron@huawei.com> 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 |