From: Suman Anna Date: Tue, 27 Jun 2017 22:46:10 +0000 (-0500) Subject: remoteproc/keystone: Fix circular dependencies for ARM configs X-Git-Tag: v4.14-rc1~572^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0af7b7dbedd45367f8f1d91049c30b251ad528f;p=platform%2Fkernel%2Flinux-rpi.git remoteproc/keystone: Fix circular dependencies for ARM configs Drop the dependency on RESET_CONTROLLER for the Keystone remoteproc driver to resolve some circular dependencies around different choices for RESET_CONTROLLER on common ARM configs. This dependency is inherent as the RESET_CONTROLLER will be enabled due to the enabled ARCH_HAS_RESET_CONTROLLER for ARCH_KEYSTONE. Signed-off-by: Suman Anna Signed-off-by: Bjorn Andersson --- diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 945c157..8891a8e 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -70,7 +70,6 @@ config DA8XX_REMOTEPROC config KEYSTONE_REMOTEPROC tristate "Keystone Remoteproc support" depends on ARCH_KEYSTONE - depends on RESET_CONTROLLER select RPMSG_VIRTIO help Say Y here here to support Keystone remote processors (DSP)