Skip to content

Commit 0b1c191

Browse files
pinchartlgregkh
authored andcommitted
rapidio: Replace 'select' DMAENGINES 'with depends on'
[ Upstream commit d2b8610 ] 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 <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent a306c34 commit 0b1c191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/rapidio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ config RAPIDIO_ENABLE_RX_TX_PORTS
2525
config RAPIDIO_DMA_ENGINE
2626
bool "DMA Engine support for RapidIO"
2727
depends on RAPIDIO
28-
select DMADEVICES
28+
depends on DMADEVICES
2929
select DMA_ENGINE
3030
help
3131
Say Y here if you want to use DMA Engine frameork for RapidIO data

0 commit comments

Comments
 (0)