Re: [PATCH] iio: adc: adi-axi-adc: add proper Kconfig dependencies

2021-02-14 Thread Jonathan Cameron
On Wed, 10 Feb 2021 12:50:44 +0200 Alexandru Ardelean wrote: > The ADI AXI ADC driver requires IO mem access and OF to work. This change > adds these dependencies to the Kconfig symbol of the driver. > > This was also found via the lkp bot, as the > devm_platform_ioremap_resource() symbol was no

[PATCH] iio: adc: adi-axi-adc: add proper Kconfig dependencies

2021-02-10 Thread Alexandru Ardelean
The ADI AXI ADC driver requires IO mem access and OF to work. This change adds these dependencies to the Kconfig symbol of the driver. This was also found via the lkp bot, as the devm_platform_ioremap_resource() symbol was not found at link-time on the S390 architecture. Fixes: ef04070692a21 ("ii