From patchwork Thu Dec 1 08:49:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean Delvare X-Patchwork-Id: 9455601 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6B6CC60515 for ; Thu, 1 Dec 2016 08:51:05 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 664A928446 for ; Thu, 1 Dec 2016 08:51:05 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 54F1C28489; Thu, 1 Dec 2016 08:51:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 87EFD2847F for ; Thu, 1 Dec 2016 08:51:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756656AbcLAIu7 (ORCPT ); Thu, 1 Dec 2016 03:50:59 -0500 Received: from mx2.suse.de ([195.135.220.15]:37619 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751388AbcLAIt7 (ORCPT ); Thu, 1 Dec 2016 03:49:59 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 8509CAABE; Thu, 1 Dec 2016 08:49:57 +0000 (UTC) Date: Thu, 1 Dec 2016 09:49:55 +0100 From: Jean Delvare To: linux-remoteproc@vger.kernel.org Cc: Ohad Ben-Cohen , Bjorn Andersson , Linus Walleij , Dmitry Tarnyagin , Suman Anna Subject: remoteproc/ste: Hide config option by default Message-ID: <20161201094955.4c4eefe3@endymion> Organization: SUSE Linux X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.31; x86_64-suse-linux-gnu) MIME-Version: 1.0 Sender: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Back in July 2014 I asked around what was the intended target platform for the STE Modem remoteproc driver, so that I could add the proper hardware dependency to its config option. The answer I got was that there was no known publicly available hardware needing it and it was unlikely that there ever would. Still there were objections to deleting the driver, which I do not really understand, but I do respect. But as there is no point in presenting the config option by default, let's hide it unless build-testing. Signed-off-by: Jean Delvare Cc: Ohad Ben-Cohen Cc: Bjorn Andersson Cc: Linus Walleij Cc: Dmitry Tarnyagin Cc: Suman Anna Acked-by: Linus Walleij --- As suggested by Linus Walleij over 2 years ago, sorry for not following up back then: https://lkml.org/lkml/2014/7/25/218 The driver could also be moved to staging/. drivers/remoteproc/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- linux-4.9-rc7.orig/drivers/remoteproc/Kconfig 2016-11-08 15:01:12.247924911 +0100 +++ linux-4.9-rc7/drivers/remoteproc/Kconfig 2016-12-01 09:23:57.379218183 +0100 @@ -34,11 +34,12 @@ config OMAP_REMOTEPROC config STE_MODEM_RPROC tristate "STE-Modem remoteproc support" depends on HAS_DMA + depends on COMPILE_TEST select REMOTEPROC default n help Say y or m here to support STE-Modem shared memory driver. - This can be either built-in or a loadable module. + Note that there is no known available system needing this driver. If unsure say N. config WKUP_M3_RPROC