commit | d2b86100245080cfdf1e95e9e07477474c1be2bd | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Wed Jul 29 01:19:40 2020 +0300 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Sat Sep 05 19:52:54 2020 +0300 |
tree | 2ea7e53816582f82ff9d52516cd9ad11298cebaa | |
parent | f75aef392f869018f78cfedf3c320a6b3fcfda6b [diff] |
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>