Skip to content

Commit d2b8610

Browse files
committed
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 <[email protected]> Acked-by: Randy Dunlap <[email protected]>
1 parent f75aef3 commit d2b8610

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
@@ -37,7 +37,7 @@ config RAPIDIO_ENABLE_RX_TX_PORTS
3737
config RAPIDIO_DMA_ENGINE
3838
bool "DMA Engine support for RapidIO"
3939
depends on RAPIDIO
40-
select DMADEVICES
40+
depends on DMADEVICES
4141
select DMA_ENGINE
4242
help
4343
Say Y here if you want to use DMA Engine frameork for RapidIO data

0 commit comments

Comments
 (0)