From patchwork Thu Sep 8 15:25:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean Delvare X-Patchwork-Id: 9321657 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 90C1460752 for ; Thu, 8 Sep 2016 15:25:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 81AF1297E9 for ; Thu, 8 Sep 2016 15:25:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7506E29825; Thu, 8 Sep 2016 15:25:24 +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 E3582297E9 for ; Thu, 8 Sep 2016 15:25:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941614AbcIHPZU (ORCPT ); Thu, 8 Sep 2016 11:25:20 -0400 Received: from mx2.suse.de ([195.135.220.15]:44277 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941159AbcIHPZU (ORCPT ); Thu, 8 Sep 2016 11:25:20 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 5802FAAD1; Thu, 8 Sep 2016 15:25:18 +0000 (UTC) Date: Thu, 8 Sep 2016 17:25:16 +0200 From: Jean Delvare To: linux-media@vger.kernel.org, devel@driverdev.osuosl.org Cc: Hans Verkuil , Mauro Carvalho Chehab , Greg Kroah-Hartman , Arnd Bergmann Subject: [PATCH] [media] cec: fix Kconfig help text Message-ID: <20160908172516.211694b8@endymion> Organization: SUSE Linux X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.30; x86_64-suse-linux-gnu) MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP MEDIA_CEC is no longer a tristate option, so the user can't actually choose M. Whether the code is built-in or built as a module is decided somewhere else. Signed-off-by: Jean Delvare Fixes: 5bb2399a4fe4 ("[media] cec: fix Kconfig dependency problems") Cc: Hans Verkuil Cc: Arnd Bergmann Cc: Mauro Carvalho Chehab --- drivers/staging/media/cec/Kconfig | 3 --- 1 file changed, 3 deletions(-) --- linux-4.8-rc5.orig/drivers/staging/media/cec/Kconfig 2016-09-04 23:31:46.000000000 +0200 +++ linux-4.8-rc5/drivers/staging/media/cec/Kconfig 2016-09-08 17:20:03.048392694 +0200 @@ -5,9 +5,6 @@ config MEDIA_CEC ---help--- Enable the CEC API. - To compile this driver as a module, choose M here: the - module will be called cec. - config MEDIA_CEC_DEBUG bool "CEC debugfs interface (EXPERIMENTAL)" depends on MEDIA_CEC && DEBUG_FS