From patchwork Wed Mar 25 09:49:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 210469 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=ham 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 7A97FC1975A for ; Wed, 25 Mar 2020 09:49:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 462CB2078A for ; Wed, 25 Mar 2020 09:49:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585129786; bh=CwWUh6a9Zdx+QXALv97ZfMpOnRIavxM761SQ/GAwY1E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=C6jopOMIhCJqM4biPntdrzugfaCqw8qjaP1oLs6z46UXEIjnwH7xQ1/gDB+i/FqnM yPqCfz8J8Xd9Dx+/kk5yW9TcUNzBk11hfEL/EwYAN+Feu8yQR+mjeARLZcTiI9bLwe eCaa4y/ErfqR+z9sXvFfIiRNVdkavv+kB16QXuS8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727517AbgCYJtl (ORCPT ); Wed, 25 Mar 2020 05:49:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:51324 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727339AbgCYJtk (ORCPT ); Wed, 25 Mar 2020 05:49:40 -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 D89A62078E; Wed, 25 Mar 2020 09:49:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585129780; bh=CwWUh6a9Zdx+QXALv97ZfMpOnRIavxM761SQ/GAwY1E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=lt5cekGIHAt32qGaQdE5QnbtX0Ga8x3fQf8Bg3gLiurvr/PB7fUyWjDTjbtdY09Ec 8475xnrw6bJ60NX5LgLIUQXpdJRloLXhR6r4QiKyAiibMXHKVY44cE+2yjAAIIqsTF ItNP5gid5mMynzUT7N6RfYkkVVfI6cWb+wKGPxEQ= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jH2fK-003HTP-4d; Wed, 25 Mar 2020 10:49:38 +0100 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab Subject: [PATCH v3 05/22] media: reorganize the drivers menu options Date: Wed, 25 Mar 2020 10:49:19 +0100 Message-Id: <36513cd58de8edfed812b1a291b4346f26eabbe0.1585129041.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The comments before some of the drivers support look weird, because their Kconfig have their own "comment" directive inside it. So, rearrange them to make it look a little nicer for the ones with are not too familiar with the media system. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 184c7f4f057b..e2023a268af9 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -176,6 +176,9 @@ source "drivers/media/usb/Kconfig" source "drivers/media/pci/Kconfig" source "drivers/media/radio/Kconfig" +# Common driver options +source "drivers/media/common/Kconfig" + if MEDIA_PLATFORM_SUPPORT source "drivers/media/platform/Kconfig" source "drivers/media/mmc/Kconfig" @@ -185,9 +188,6 @@ comment "Supported FireWire (IEEE 1394) Adapters" depends on DVB_CORE && FIREWIRE source "drivers/media/firewire/Kconfig" -# Common driver options -source "drivers/media/common/Kconfig" - comment "Media ancillary drivers (tuners, sensors, i2c, spi, frontends)" #