diff mbox series

[v3,20/22] media: Kconfig: on !EMBEDDED && !EXPERT, enable driver filtering

Message ID fa983f22f8e47a00339809b19b40ee803d62d889.1585129041.git.mchehab+huawei@kernel.org
State Superseded
Headers show
Series Reorganize media Kconfig | expand

Commit Message

Mauro Carvalho Chehab March 25, 2020, 9:49 a.m. UTC
Advanced and embedded users know what to do, so, by default,
they will likely want to be able to open the entire set of
Kconfig media options.

Normal "poor" users usually needs more help when setting
stuff, so let's open an more simplified version to them by
default.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 drivers/media/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index efc46792e87f..c900263438a7 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -21,6 +21,7 @@  if MEDIA_SUPPORT
 config MEDIA_SUPPORT_FILTER
 	bool "Filter devices by their types"
 	depends on MEDIA_SUPPORT
+	default y if !EMBEDDED && !EXPERT
 	help
 	   Configuring the media subsystem can be complex, as there are
 	   hundreds of drivers and other config options.