diff mbox series

[v3,16/22] media: Kconfig: better organize menu items

Message ID 3fcb0701bc73f69036aefcbd41207ae21b707520.1585129041.git.mchehab+huawei@kernel.org
State Superseded
Headers show
Series Reorganize media Kconfig | expand

Commit Message

Mauro Carvalho Chehab March 25, 2020, 9:49 a.m. UTC
Place all API specific bits together

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 drivers/media/Kconfig | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 3872e46545e6..4fbebb6bda15 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -130,10 +130,6 @@  endmenu # media device types
 
 comment "Media core options"
 
-source "drivers/media/cec/Kconfig"
-
-source "drivers/media/mc/Kconfig"
-
 #
 # Video4Linux support
 #	Only enables if one of the V4L2 types (ATV, webcam, radio) is selected
@@ -153,8 +149,6 @@  config MEDIA_CONTROLLER
 
 	  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
@@ -170,7 +164,10 @@  config DVB_CORE
 
 	help
 
+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"