diff options
| author | Geert Uytterhoeven <[email protected]> | 2018-04-17 19:49:01 +0200 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2018-04-18 11:17:09 +0100 |
| commit | 221dd96c30a7c65b24ead7fdd7645abb99506ce2 (patch) | |
| tree | 07240bc608c36394383861cdbf441749b7e179ea /tools/perf/scripts/python/bin | |
| parent | 5db6aab6f36f7560dc95f7ca340d5632b7a3be6a (diff) | |
ASoC: 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.
Note:
- The various SND_SOC_LPASS_* symbols had to loose their dependencies
on HAS_DMA, as they are selected by SND_SOC_STORM and/or
SND_SOC_APQ8016_SBC.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Mark Brown <[email protected]>
Acked-by: Robin Murphy <[email protected]>
Acked-by: Mark Brown <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions