From patchwork Tue Oct 18 09:39:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 77957 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp793492qge; Tue, 18 Oct 2016 02:40:37 -0700 (PDT) X-Received: by 10.98.60.17 with SMTP id j17mr3375797pfa.52.1476783637512; Tue, 18 Oct 2016 02:40:37 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m68si31427687pga.16.2016.10.18.02.40.37; Tue, 18 Oct 2016 02:40:37 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759331AbcJRJkd (ORCPT + 7 others); Tue, 18 Oct 2016 05:40:33 -0400 Received: from mail-qt0-f182.google.com ([209.85.216.182]:36794 "EHLO mail-qt0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758732AbcJRJjZ (ORCPT ); Tue, 18 Oct 2016 05:39:25 -0400 Received: by mail-qt0-f182.google.com with SMTP id m5so144747065qtb.3 for ; Tue, 18 Oct 2016 02:39:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VV7WTzt5ymzV7pKV9xXzyGgP84VNV/fGY950LtjzrLw=; b=R2bpyjqvHRi/4E4UyfMRz3Vt2cz8J/xJYBiHgejcYKZvHeKruyirieOxLwe+wIYoel t/isQ+xZo8S2M2pz7f4+vfXXbCHEjOYo/2O2gJTqRDr0zryj3zLJKtkpZCziCRm/kiSA 4uy2wHnc434ixlDJbi5RCQpApwUewbzEHCbEw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=VV7WTzt5ymzV7pKV9xXzyGgP84VNV/fGY950LtjzrLw=; b=BByRyH6BzWo4yRs7ZyW9hziHUfHIruA7jXEWlGLCCG5GsYN+R2ndmu3ZwDJpilyQai Aze7biftOYwisEnafAv8XiX/s8/hVckqnohWmwbjJ5oC2+Fx20gDOcfHIzvpDYKf1HgN BC41+/X21ThhFHO1iySTWGV28QuGQGOf5J+2Sxr3MBtDAc2MhaiF9HyUBlqcMgP7+SQN HNQQOnsPYgX+l54viRqSZQpB9ergQMVdfkT67mjAlFOYM82/wlprbBmgRNEyhE+PyA90 pIcq//DtDxkThc7fM52P9Qi17IqOwjablFkbJz+TeinFPuQ8YrRCz9nxc43V3RjlTChL WpLg== X-Gm-Message-State: AA6/9RnOOv3DIf0jfODv4wN184vhJUUchCY83qujSbDO1cNipiD723qPYXJD5I/iiZeyBLYY X-Received: by 10.28.47.198 with SMTP id v189mr10905061wmv.75.1476783564705; Tue, 18 Oct 2016 02:39:24 -0700 (PDT) Received: from localhost.localdomain (cpc89244-aztw30-2-0-cust4998.18-1.cable.virginm.net. [86.31.179.135]) by smtp.gmail.com with ESMTPSA id af4sm51759876wjc.17.2016.10.18.02.39.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 18 Oct 2016 02:39:23 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, vinod.koul@intel.com, ohad@wizery.com, bjorn.andersson@linaro.org, patrice.chotard@st.com Cc: peter.griffin@linaro.org, lee.jones@linaro.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-remoteproc@vger.kernel.org Subject: [PATCH v10 03/11] remoteproc: Update Kconfig setup to 'depends on REMOTEPROC' Date: Tue, 18 Oct 2016 10:39:08 +0100 Message-Id: <1476783556-2501-4-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1476783556-2501-1-git-send-email-peter.griffin@linaro.org> References: <1476783556-2501-1-git-send-email-peter.griffin@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Make REMOTEPROC core a selectable kconfig option, and update remoteproc client drivers to 'depends on' the core. This avoids some nasty Kconfig recursive dependency issues. Also when using menuconfig client drivers will be hidden until the core has been enabled. Documentation/kbuild/kconfig-language.txt: Note: select should be used with care. select will force a symbol to a value without visiting the dependencies. By abusing select you are able to select a symbol FOO even if FOO depends on BAR that is not set. In general use select only for non-visible symbols (no prompts anywhere) and for symbols with no dependencies. That will limit the usefulness but on the other hand avoid the illegal configurations all over. Signed-off-by: Peter Griffin --- drivers/remoteproc/Kconfig | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 9270c8e..14d5d2d 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -1,20 +1,21 @@ menu "Remoteproc drivers" -# REMOTEPROC gets selected by whoever wants it config REMOTEPROC - tristate + tristate "Support for Remote Processor subsystem" depends on HAS_DMA select CRC32 select FW_LOADER select VIRTIO select VIRTUALIZATION +if REMOTEPROC + config OMAP_REMOTEPROC tristate "OMAP remoteproc support" depends on HAS_DMA depends on ARCH_OMAP4 || SOC_OMAP5 depends on OMAP_IOMMU - select REMOTEPROC + depends on REMOTEPROC select MAILBOX select OMAP2PLUS_MBOX select RPMSG_VIRTIO @@ -34,7 +35,7 @@ config OMAP_REMOTEPROC config STE_MODEM_RPROC tristate "STE-Modem remoteproc support" depends on HAS_DMA - select REMOTEPROC + depends on REMOTEPROC default n help Say y or m here to support STE-Modem shared memory driver. @@ -44,7 +45,7 @@ config STE_MODEM_RPROC config WKUP_M3_RPROC tristate "AMx3xx Wakeup M3 remoteproc support" depends on SOC_AM33XX || SOC_AM43XX - select REMOTEPROC + depends on REMOTEPROC help Say y here to support Wakeup M3 remote processor on TI AM33xx and AM43xx family of SoCs. @@ -57,6 +58,7 @@ config WKUP_M3_RPROC config DA8XX_REMOTEPROC tristate "DA8xx/OMAP-L13x remoteproc support" depends on ARCH_DAVINCI_DA8XX + depends on REMOTEPROC select CMA if MMU select RPMSG_VIRTIO help @@ -83,9 +85,9 @@ config QCOM_Q6V5_PIL tristate "Qualcomm Hexagon V5 Peripherial Image Loader" depends on OF && ARCH_QCOM depends on QCOM_SMEM + depends on REMOTEPROC select MFD_SYSCON select QCOM_MDT_LOADER - select REMOTEPROC help Say y here to support the Qualcomm Peripherial Image Loader for the Hexagon V5 based remote processors. @@ -109,7 +111,7 @@ config QCOM_WCNSS_PIL config ST_REMOTEPROC tristate "ST remoteproc support" depends on ARCH_STI - select REMOTEPROC + depends on REMOTEPROC help Say y here to support ST's adjunct processors via the remote processor framework. @@ -117,6 +119,8 @@ config ST_REMOTEPROC config ST_SLIM_REMOTEPROC tristate - select REMOTEPROC + depends on REMOTEPROC + +endif # REMOTEPROC endmenu