mirror of
https://github.com/torvalds/linux.git
synced 2026-06-15 02:21:59 +02:00
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
dependencies on HAS_DMA, to prevent compiling subsystems or drivers that
cannot work anyway.
This simplifies the dependencies, and allows to improve compile-testing.
Note:
- The various VIDEOBUF*DMA* symbols had to loose their dependencies on
HAS_DMA, as they are selected by several individual drivers.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Mark Brown <broonie@kernel.org>
Acked-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||
|---|---|---|
| .. | ||
| ccdc_hw_device.h | ||
| dm355_ccdc_regs.h | ||
| dm355_ccdc.c | ||
| dm644x_ccdc_regs.h | ||
| dm644x_ccdc.c | ||
| isif_regs.h | ||
| isif.c | ||
| Kconfig | ||
| Makefile | ||
| vpbe_display.c | ||
| vpbe_osd_regs.h | ||
| vpbe_osd.c | ||
| vpbe_venc_regs.h | ||
| vpbe_venc.c | ||
| vpbe.c | ||
| vpfe_capture.c | ||
| vpif_capture.c | ||
| vpif_capture.h | ||
| vpif_display.c | ||
| vpif_display.h | ||
| vpif.c | ||
| vpif.h | ||
| vpss.c | ||