Re: [PATCH v4] iio: adc: Remove depends on HAS_DMA in case of platform dependency

2018-06-24 Thread Jonathan Cameron
On Fri, 22 Jun 2018 13:05:01 +0200 Geert Uytterhoeven wrote: > Remove dependencies on HAS_DMA where a Kconfig symbol depends on another > symbol that implies HAS_DMA, and, optionally, on "|| COMPILE_TEST". > In most cases this other symbol is an architecture or platform specific > symbol, or PCI.

[PATCH v4] iio: adc: Remove depends on HAS_DMA in case of platform dependency

2018-06-22 Thread Geert Uytterhoeven
Remove dependencies on HAS_DMA where a Kconfig symbol depends on another symbol that implies HAS_DMA, and, optionally, on "|| COMPILE_TEST". In most cases this other symbol is an architecture or platform specific symbol, or PCI. Generic symbols and drivers without platform dependencies keep their