ASoC: sh: Replace 'select' DMADEVICES 'with depends on'
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 31 Jul 2020 15:24:32 +0000 (18:24 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 31 Jul 2020 18:17:02 +0000 (19:17 +0100)
commit2dbf11ec7d3a63ebde946b5747ad6bd74d45adb1
tree9bfea3115d609d455a384fae29d7c9e166a7e297
parent14e5ad7d118997741aa567dfc4398f72762ff08a
ASoC: sh: Replace 'select' DMADEVICES 'with depends on'

Enabling a whole subsystem from a single driver 'select' is frowned
upon and won't be accepted in new drivers, that need to use 'depends on'
instead. Existing selection of DMADEVICES will then cause circular
dependencies. Replace them with a dependency.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20200731152433.1297-3-laurent.pinchart@ideasonboard.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/Kconfig