summaryrefslogtreecommitdiff
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-03-25 11:15:15 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-14 10:29:06 +0200
commit0c822d97bd1450034576a8331b92d7e912326551 (patch)
tree55e681f796d1dc308fb5421721175c5443e20041 /drivers/media/Kconfig
parentb0cd4fb276653f8f18cdbc1bcc041a4227bdb9da (diff)
media: Kconfig: Better organize the per-API options
After this change, the menu is displayed like above. 1) When filtering is not active: --- Multimedia support [ ] Filter devices by their types [*] Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends) Media core support ---> Video4Linux options ---> Media controller options ---> Digital TV options ---> HDMI CEC options ---> Media drivers ---> 2) When filtering is active: --- Multimedia support [*] Filter devices by their types [*] Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends) Media device types ---> Video4Linux options ---> Media controller options ---> Digital TV options ---> HDMI CEC options ---> Media drivers ---> The per-API menu will only be displayed if the corresponding core support is enabled. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig19
1 files changed, 18 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 913903c8e942..382366b8ab46 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -191,10 +191,27 @@ endmenu # Media core support
#
# Extra per-media API core functionality
-menu "Media core additional options"
+menu "Video4Linux options"
+ visible if VIDEO_DEV
+
source "drivers/media/v4l2-core/Kconfig"
+endmenu
+
+menu "Media controller options"
+ visible if MEDIA_CONTROLLER
+
source "drivers/media/mc/Kconfig"
+endmenu
+
+menu "Digital TV options"
+ visible if DVB_CORE
+
source "drivers/media/dvb-core/Kconfig"
+endmenu
+
+menu "HDMI CEC options"
+ visible if CEC_CORE
+
source "drivers/media/cec/Kconfig"
endmenu