Re: [PATCH] iio: adc: Kconfig: make AD9467 depend on ADI_AXI_ADC symbol

2021-03-25 Thread Jonathan Cameron
On Wed, 24 Mar 2021 11:45:14 -0700 Randy Dunlap wrote: > On 3/24/21 11:27 AM, Alexandru Ardelean wrote: > > 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

Re: [PATCH] iio: adc: Kconfig: make AD9467 depend on ADI_AXI_ADC symbol

2021-03-24 Thread Randy Dunlap
On 3/24/21 11:27 AM, Alexandru Ardelean wrote: > 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

[PATCH] iio: adc: Kconfig: make AD9467 depend on ADI_AXI_ADC symbol

2021-03-24 Thread Alexandru Ardelean
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