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>
 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
 
 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"