]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
media: Kconfig: warn if drivers are filtered
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 26 Mar 2020 08:44:13 +0000 (09:44 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 14 Apr 2020 08:29:05 +0000 (10:29 +0200)
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: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/Kconfig

index 8b070fb703f9942ff1062b59f87ce64d34ecabf8..79aa83a966db01cc3ba27a7d50f118332f9218da 100644 (file)
@@ -28,7 +28,7 @@ menuconfig MEDIA_SUPPORT
 if MEDIA_SUPPORT
 
 config MEDIA_SUPPORT_FILTER
-       bool "Filter devices by their types"
+       bool "Filter media drivers"
        depends on MEDIA_SUPPORT
        help
           Configuring the media subsystem can be complex, as there are
@@ -203,6 +203,9 @@ source "drivers/media/cec/Kconfig"
 
 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/pci/Kconfig"
 source "drivers/media/radio/Kconfig"