Commit ce971d95 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: Kconfig: warn if drivers are filtered

As per a tester feedback, add an option to report when
the drivers are filtered at the Kconfig menu.

Cc: Helen Koike <helen.koike@collabora.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent c6774ee0
...@@ -28,7 +28,7 @@ menuconfig MEDIA_SUPPORT ...@@ -28,7 +28,7 @@ menuconfig MEDIA_SUPPORT
if MEDIA_SUPPORT if MEDIA_SUPPORT
config MEDIA_SUPPORT_FILTER config MEDIA_SUPPORT_FILTER
bool "Filter devices by their types" bool "Filter media drivers"
depends on MEDIA_SUPPORT depends on MEDIA_SUPPORT
help help
Configuring the media subsystem can be complex, as there are Configuring the media subsystem can be complex, as there are
...@@ -203,6 +203,9 @@ source "drivers/media/cec/Kconfig" ...@@ -203,6 +203,9 @@ source "drivers/media/cec/Kconfig"
comment "Media drivers" comment "Media drivers"
comment "Drivers filtered as selected at 'Filter media drivers'"
depends on MEDIA_SUPPORT_FILTER
source "drivers/media/usb/Kconfig" source "drivers/media/usb/Kconfig"
source "drivers/media/pci/Kconfig" source "drivers/media/pci/Kconfig"
source "drivers/media/radio/Kconfig" source "drivers/media/radio/Kconfig"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment