Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/rapidio/Kconfig
··· 37 37 config RAPIDIO_DMA_ENGINE 38 38 bool "DMA Engine support for RapidIO" 39 39 depends on RAPIDIO 40 - select DMADEVICES 40 + depends on DMADEVICES 41 41 select DMA_ENGINE 42 42 help 43 43 Say Y here if you want to use DMA Engine frameork for RapidIO data