From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 65E83C41621 for ; Tue, 24 Mar 2020 13:43:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 35C3F2073E for ; Tue, 24 Mar 2020 13:43:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585057425; bh=siNRHVsZSzIvazHmR1WEv2+cQMZrL0G006nOx0Nkxo8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=Z42nbSlyh2Zodf//4kX+sfYKN6gi3Nwant98kF8zlutuyU0788Bnu5Tiji91wTha1 Q8bOPQOy27cLIIJY3SuVsQe8OjuRlSA5Ub/B8VZrmU/W4np4jyt5OduA+YuyIhUFAl pc1yHFDFbaWbhgyE5CoD5OA0dMFF4D/hjwvpXYUQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727943AbgCXNnU (ORCPT ); Tue, 24 Mar 2020 09:43:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:39144 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727907AbgCXNnU (ORCPT ); Tue, 24 Mar 2020 09:43:20 -0400 Received: from mail.kernel.org (ip5f5ad4e9.dynamic.kabel-deutschland.de [95.90.212.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D761021556; Tue, 24 Mar 2020 13:43:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585057399; bh=siNRHVsZSzIvazHmR1WEv2+cQMZrL0G006nOx0Nkxo8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=L3LU6TjSVYP4PmzwpuJ4UaMV7S4X/Ptli7TytMT5CXjQpJ1D+Xb36pxuVs3U3nVSW /gjwpz5n3kci/9gUIbH8ZWhulEy2rMVx4LDxwz3YNx9RALElZCCkefKmJDxO+GE8jN 6YoHi+LtMFFWwgekSW0cnBRAesDP+G/J8luEVwYo= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jGjpt-0025ry-4J; Tue, 24 Mar 2020 14:43:17 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Ezequiel Garcia , Stefan Richter , linux1394-devel@lists.sourceforge.net Subject: [PATCH v2 17/20] media: Kconfig: mode firewire comment to firewire/Kconfig Date: Tue, 24 Mar 2020 14:43:10 +0100 Message-Id: <3ffedfd6d10ff653ebcb5c8c6f72e27e627e446e.1585057134.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org This comment should only be visible if the DVB_FIREDTV config will show. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/Kconfig | 2 -- drivers/media/firewire/Kconfig | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 7d4088cfe3ef..026a1151273c 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -186,8 +186,6 @@ source "drivers/media/mmc/Kconfig" endif # MEDIA_EMBEDDED_SUPPORT -comment "FireWire (IEEE 1394) Adapters" - depends on DVB_CORE && FIREWIRE source "drivers/media/firewire/Kconfig" comment "Media ancillary drivers (tuners, sensors, i2c, spi, frontends)" diff --git a/drivers/media/firewire/Kconfig b/drivers/media/firewire/Kconfig index e7837da5905b..0c1f326f581f 100644 --- a/drivers/media/firewire/Kconfig +++ b/drivers/media/firewire/Kconfig @@ -1,7 +1,9 @@ # SPDX-License-Identifier: GPL-2.0-only +if DVB_CORE && FIREWIRE +comment "FireWire (IEEE 1394) Adapters" + config DVB_FIREDTV tristate "FireDTV and FloppyDTV" - depends on DVB_CORE && FIREWIRE help Support for DVB receivers from Digital Everywhere which are connected via IEEE 1394 (FireWire). @@ -18,3 +20,4 @@ config DVB_FIREDTV_INPUT def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m) endif # DVB_FIREDTV +endif # DVB_CORE && FIREWIRE -- 2.24.1