aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-03-24 10:14:15 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-14 10:29:05 +0200
commit7d5bc6930db43b737ef29e67b11b32624727802c (patch)
tree302ffc3ca81808414811addaac92d166d5a1b604 /drivers/media/Kconfig
parentmedia: Kconfig files: use select for V4L2 subdevs and MC (diff)
downloadwireguard-linux-7d5bc6930db43b737ef29e67b11b32624727802c.tar.xz
wireguard-linux-7d5bc6930db43b737ef29e67b11b32624727802c.zip
media: Kconfig: reorganize the drivers menu options
The comments before some of the drivers support look weird, because their Kconfig have their own "comment" directive inside it. So, rearrange them to make it look a little nicer for the ones with are not too familiar with the media system. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig15
1 files changed, 7 insertions, 8 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 9c32616f863a..b1a6874acbcc 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -104,9 +104,7 @@ config MEDIA_TEST_SUPPORT
In case of doubts, say N.
-source "drivers/media/cec/Kconfig"
-
-source "drivers/media/mc/Kconfig"
+comment "Multimedia core features"
#
# Video4Linux support
@@ -130,8 +128,6 @@ config VIDEO_V4L2_SUBDEV_API
This API is mostly used by camera interfaces in embedded platforms.
-source "drivers/media/v4l2-core/Kconfig"
-
#
# DVB Core
# Only enables if one of DTV is selected
@@ -174,7 +170,10 @@ config DVB_NET
You may want to disable the network support on embedded devices. If
unsure say Y.
+source "drivers/media/v4l2-core/Kconfig"
+source "drivers/media/mc/Kconfig"
source "drivers/media/dvb-core/Kconfig"
+source "drivers/media/cec/Kconfig"
comment "Media drivers"
@@ -182,6 +181,9 @@ source "drivers/media/usb/Kconfig"
source "drivers/media/pci/Kconfig"
source "drivers/media/radio/Kconfig"
+# Common driver options
+source "drivers/media/common/Kconfig"
+
if MEDIA_PLATFORM_SUPPORT
source "drivers/media/platform/Kconfig"
source "drivers/media/test_drivers/Kconfig"
@@ -190,9 +192,6 @@ endif
source "drivers/media/firewire/Kconfig"
-# Common driver options
-source "drivers/media/common/Kconfig"
-
comment "Media ancillary drivers (tuners, sensors, i2c, spi, frontends)"
#