From: Laurent Pinchart Date: Tue, 28 Jul 2020 22:19:40 +0000 (+0300) Subject: rapidio: Replace 'select' DMAENGINES 'with depends on' X-Git-Tag: v5.10.7~1680^2~2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2b86100245080cfdf1e95e9e07477474c1be2bd;p=platform%2Fkernel%2Flinux-rpi.git 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 Acked-by: Randy Dunlap --- diff --git a/drivers/rapidio/Kconfig b/drivers/rapidio/Kconfig index e4c422d..b9f8514 100644 --- a/drivers/rapidio/Kconfig +++ b/drivers/rapidio/Kconfig @@ -37,7 +37,7 @@ config RAPIDIO_ENABLE_RX_TX_PORTS config RAPIDIO_DMA_ENGINE bool "DMA Engine support for RapidIO" depends on RAPIDIO - select DMADEVICES + depends on DMADEVICES select DMA_ENGINE help Say Y here if you want to use DMA Engine frameork for RapidIO data