lkml.org 
[lkml]   [2020]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.9 54/70] rapidio: Replace select DMAENGINES with depends on
    Date
    From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

    [ Upstream commit d2b86100245080cfdf1e95e9e07477474c1be2bd ]

    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>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/rapidio/Kconfig | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/rapidio/Kconfig b/drivers/rapidio/Kconfig
    index d6d2f20c45977..21df2816def76 100644
    --- a/drivers/rapidio/Kconfig
    +++ b/drivers/rapidio/Kconfig
    @@ -25,7 +25,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
    --
    2.25.1


    \
     
     \ /
      Last update: 2020-09-21 18:36    [W:2.398 / U:0.168 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site