mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-30 04:40:06 +00: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>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| solo6x10-core.c | ||
| solo6x10-disp.c | ||
| solo6x10-eeprom.c | ||
| solo6x10-enc.c | ||
| solo6x10-g723.c | ||
| solo6x10-gpio.c | ||
| solo6x10-i2c.c | ||
| solo6x10-jpeg.h | ||
| solo6x10-offsets.h | ||
| solo6x10-p2m.c | ||
| solo6x10-regs.h | ||
| solo6x10-tw28.c | ||
| solo6x10-tw28.h | ||
| solo6x10-v4l2-enc.c | ||
| solo6x10-v4l2.c | ||
| solo6x10.h | ||