Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752640AbdF0H3k (ORCPT ); Tue, 27 Jun 2017 03:29:40 -0400 Received: from mail-ot0-f195.google.com ([74.125.82.195]:36663 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752605AbdF0H3U (ORCPT ); Tue, 27 Jun 2017 03:29:20 -0400 MIME-Version: 1.0 In-Reply-To: <20170627064309.16507-1-bjorn.andersson@linaro.org> References: <20170627064309.16507-1-bjorn.andersson@linaro.org> From: Arnd Bergmann Date: Tue, 27 Jun 2017 09:29:19 +0200 X-Google-Sender-Auth: VOkoQQ7gJSVCGY9Sr6F-9ryOMaU Message-ID: Subject: Re: [PATCH] rpmsg: Solve circular dependencies involving RPMSG_VIRTIO To: Bjorn Andersson Cc: Ohad Ben-Cohen , Peter Griffin , Mauro Carvalho Chehab , Hugues Fruchet , Loic Pallardy , Linux Media Mailing List , Linux Kernel Mailing List , linux-remoteproc@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 591 Lines: 16 On Tue, Jun 27, 2017 at 8:43 AM, Bjorn Andersson wrote: > While it's very common to use RPMSG for communicating with firmware > running on these remoteprocs there is no functional dependency on RPMSG. > As such RPMSG should be selected by the system integrator and not > automatically by the remoteproc drivers. > > This does solve problems reported with circular Kconfig dependencies for > Davinci and Keystone remoteproc drivers. > > Signed-off-by: Bjorn Andersson > --- Looks good to me, Acked-by: Arnd Bergmann