From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>,
linux-arm-kernel@lists.infradead.org,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
Dave Hansen <dave.hansen@linux.intel.com>,
x86@kernel.org, linux-media@vger.kernel.org,
Peter Chen <peter.chen@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-usb@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Mike Rapoport <rppt@linux.ibm.com>,
linux-mm@kvack.org, Masahiro Yamada <masahiroy@kernel.org>,
linux-kbuild@vger.kernel.org, kernel-janitors@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/6] media: remove reference to CONFIG_EMBEDDED in MEDIA_SUPPORT_FILTER
Date: Thu, 8 Sep 2022 13:13:03 +0200 [thread overview]
Message-ID: <20220908131303.1fe813cd@coco.lan> (raw)
In-Reply-To: <20220908104337.11940-4-lukas.bulwahn@gmail.com>
Em Thu, 8 Sep 2022 12:43:34 +0200
Lukas Bulwahn <lukas.bulwahn@gmail.com> escreveu:
> The config EMBEDDED selects EXPERT, i.e., when EMBEDDED is enabled, EXPERT
> is usually also enabled. Hence, it sufficient to have the option
> MEDIA_SUPPORT_FILTER set to y if !EXPERT.
>
> This way, MEDIA_SUPPORT_FILTER does not refer to CONFIG_EMBEDDED anymore
> and allows us to remove CONFIG_EMBEDDED in the close future.
>
> Remove the reference to CONFIG_EMBEDDED in MEDIA_SUPPORT_FILTER.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> drivers/media/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
> index ba6592b3dab2..283b78b5766e 100644
> --- a/drivers/media/Kconfig
> +++ b/drivers/media/Kconfig
> @@ -24,7 +24,7 @@ if MEDIA_SUPPORT
>
> config MEDIA_SUPPORT_FILTER
> bool "Filter media drivers"
> - default y if !EMBEDDED && !EXPERT
> + default y if !EXPERT
> help
> Configuring the media subsystem can be complex, as there are
> hundreds of drivers and other config options.
Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Thanks,
Mauro
WARNING: multiple messages have this Message-ID (diff)
From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>,
linux-arm-kernel@lists.infradead.org,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
Dave Hansen <dave.hansen@linux.intel.com>,
x86@kernel.org, linux-media@vger.kernel.org,
Peter Chen <peter.chen@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-usb@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Mike Rapoport <rppt@linux.ibm.com>,
linux-mm@kvack.org, Masahiro Yamada <masahiroy@kernel.org>,
linux-kbuild@vger.kernel.org, kernel-janitors@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/6] media: remove reference to CONFIG_EMBEDDED in MEDIA_SUPPORT_FILTER
Date: Thu, 8 Sep 2022 13:13:03 +0200 [thread overview]
Message-ID: <20220908131303.1fe813cd@coco.lan> (raw)
In-Reply-To: <20220908104337.11940-4-lukas.bulwahn@gmail.com>
Em Thu, 8 Sep 2022 12:43:34 +0200
Lukas Bulwahn <lukas.bulwahn@gmail.com> escreveu:
> The config EMBEDDED selects EXPERT, i.e., when EMBEDDED is enabled, EXPERT
> is usually also enabled. Hence, it sufficient to have the option
> MEDIA_SUPPORT_FILTER set to y if !EXPERT.
>
> This way, MEDIA_SUPPORT_FILTER does not refer to CONFIG_EMBEDDED anymore
> and allows us to remove CONFIG_EMBEDDED in the close future.
>
> Remove the reference to CONFIG_EMBEDDED in MEDIA_SUPPORT_FILTER.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> drivers/media/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
> index ba6592b3dab2..283b78b5766e 100644
> --- a/drivers/media/Kconfig
> +++ b/drivers/media/Kconfig
> @@ -24,7 +24,7 @@ if MEDIA_SUPPORT
>
> config MEDIA_SUPPORT_FILTER
> bool "Filter media drivers"
> - default y if !EMBEDDED && !EXPERT
> + default y if !EXPERT
> help
> Configuring the media subsystem can be complex, as there are
> hundreds of drivers and other config options.
Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Thanks,
Mauro
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-09-08 11:13 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-08 10:43 [PATCH 0/6] Remove CONFIG_EMBEDDED Lukas Bulwahn
2022-09-08 10:43 ` Lukas Bulwahn
2022-09-08 10:43 ` [PATCH 1/6] arm: make config ARM_PATCH_PHYS_VIRT visible with EXPERT Lukas Bulwahn
2022-09-08 10:43 ` Lukas Bulwahn
2022-09-09 6:21 ` Masahiro Yamada
2022-09-09 6:21 ` Masahiro Yamada
2022-09-08 10:43 ` [PATCH 2/6] x86: make config X86_FEATURE_NAMES " Lukas Bulwahn
2022-09-08 10:43 ` Lukas Bulwahn
2022-09-09 6:22 ` Masahiro Yamada
2022-09-09 6:22 ` Masahiro Yamada
2022-09-08 10:43 ` [PATCH 3/6] media: remove reference to CONFIG_EMBEDDED in MEDIA_SUPPORT_FILTER Lukas Bulwahn
2022-09-08 10:43 ` Lukas Bulwahn
2022-09-08 11:13 ` Mauro Carvalho Chehab [this message]
2022-09-08 11:13 ` Mauro Carvalho Chehab
2022-09-08 16:20 ` Mauro Carvalho Chehab
2022-09-08 16:20 ` Mauro Carvalho Chehab
2022-09-09 6:22 ` Masahiro Yamada
2022-09-09 6:22 ` Masahiro Yamada
2022-09-08 10:43 ` [PATCH 4/6] usb: chipidea: make configs for glue drivers visible with EXPERT Lukas Bulwahn
2022-09-08 10:43 ` Lukas Bulwahn
2022-09-08 11:33 ` Greg Kroah-Hartman
2022-09-08 11:33 ` Greg Kroah-Hartman
2022-09-09 6:22 ` Masahiro Yamada
2022-09-09 6:22 ` Masahiro Yamada
2022-09-08 10:43 ` [PATCH 5/6] mm: Kconfig: make config SECRETMEM " Lukas Bulwahn
2022-09-08 10:43 ` Lukas Bulwahn
2022-09-08 11:24 ` Mike Rapoport
2022-09-08 11:24 ` Mike Rapoport
2022-09-09 6:22 ` Masahiro Yamada
2022-09-09 6:22 ` Masahiro Yamada
2022-09-08 10:43 ` [PATCH 6/6] init/Kconfig: remove confusing config EMBEDDED Lukas Bulwahn
2022-09-08 10:43 ` Lukas Bulwahn
2022-09-09 6:24 ` Masahiro Yamada
2022-09-09 6:24 ` Masahiro Yamada
2022-09-09 9:23 ` Christophe Leroy
2022-09-09 9:23 ` Christophe Leroy
2022-09-09 9:47 ` Lukas Bulwahn
2022-09-09 9:47 ` Lukas Bulwahn
2022-09-09 9:47 ` Lukas Bulwahn
2022-09-08 15:21 ` [PATCH 0/6] Remove CONFIG_EMBEDDED Arnd Bergmann
2022-09-08 15:21 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220908131303.1fe813cd@coco.lan \
--to=mchehab@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=bp@alien8.de \
--cc=dave.hansen@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=lukas.bulwahn@gmail.com \
--cc=masahiroy@kernel.org \
--cc=mingo@redhat.com \
--cc=peter.chen@kernel.org \
--cc=rppt@linux.ibm.com \
--cc=tglx@linutronix.de \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.