rapidio: Replace 'select' DMAENGINES 'with depends on'
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 28 Jul 2020 22:19:40 +0000 (01:19 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sat, 5 Sep 2020 16:52:54 +0000 (19:52 +0300)
commitd2b86100245080cfdf1e95e9e07477474c1be2bd
tree2ea7e53816582f82ff9d52516cd9ad11298cebaa
parentf75aef392f869018f78cfedf3c320a6b3fcfda6b
rapidio: Replace 'select' DMAENGINES '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 DMAENGINES 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>
drivers/rapidio/Kconfig