linux/drivers/usb/mtu3
Geert Uytterhoeven cd91a0e9d3 usb: Remove depends on HAS_DMA in case of platform dependency
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.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Mark Brown <broonie@kernel.org>
Acked-by: Robin Murphy <robin.murphy@arm.com>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> [drivers/usb/gadget/]
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-04-22 15:49:43 +02:00
..
Kconfig usb: Remove depends on HAS_DMA in case of platform dependency 2018-04-22 15:49:43 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mtu3_core.c USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3_dr.c USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3_dr.h usb: mtu3: fix ssusb_wakeup_set dummy 2018-01-16 10:01:01 +01:00
mtu3_gadget_ep0.c USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3_gadget.c USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3_host.c usb: mtu3: fix semicolon.cocci warnings 2018-01-16 10:01:01 +01:00
mtu3_hw_regs.h USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3_plat.c usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs 2018-01-09 16:21:27 +01:00
mtu3_qmu.c USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3_qmu.h USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3.h usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs 2018-01-09 16:21:27 +01:00