diff options
| author | Alexandru Ardelean <[email protected]> | 2021-03-24 20:27:46 +0200 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2021-04-07 08:36:40 +0100 |
| commit | 194eafc9c1d49b53b59de9821fb63d423344cae3 (patch) | |
| tree | 9ac37e9d81df1d62cf12e4ee9f22f4367e731920 /tools/perf/scripts/python/flamegraph.py | |
| parent | bb354aeb364f9dee51e16edfdf6194ce4ba9237e (diff) | |
iio: adc: Kconfig: make AD9467 depend on ADI_AXI_ADC symbol
Because a dependency on HAS_IOMEM and OF was added for the ADI AXI ADC
driver, this makes the AD9467 driver have some build/dependency issues
when OF is disabled (typically on ACPI archs like x86).
This is because the selection of the AD9467 enforces the ADI_AXI_ADC symbol
which is blocked by the OF (and potentially HAS_IOMEM) being disabled.
To fix this, we make the AD9467 driver depend on the ADI_AXI_ADC symbol.
The AD9467 driver cannot operate on it's own. It requires the ADI AXI ADC
driver to stream data (or some similar IIO interface).
So, the fix here is to make the AD9467 symbol depend on the ADI_AXI_ADC
symbol. At some point this could become it's own subgroup of high-speed
ADCs.
Fixes: be24c65e9fa24 ("iio: adc: adi-axi-adc: add proper Kconfig dependencies")
Reported-by: Randy Dunlap <[email protected]>
Signed-off-by: Alexandru Ardelean <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions