aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-08-14 15:07:25 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-15 15:42:00 -0400
commitf0af8fa4dad0839f844fd0633e1936493f6d685a (patch)
tree810241e726cec9b2605aa069f52d519e79c66aa0 /drivers/media/Kconfig
parentec29a4783486f5f805a363ce4fc00eca7d8631b7 (diff)
[media] reorganize the API core items
Reorganize the API core changes for them to appear closer to the items that enable them, and not at the drivers part of the menu. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index c6d8658e5334..c9cdc61e8b51 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -113,6 +113,8 @@ config VIDEO_V4L2_SUBDEV_API
113 113
114 This API is mostly used by camera interfaces in embedded platforms. 114 This API is mostly used by camera interfaces in embedded platforms.
115 115
116source "drivers/media/v4l2-core/Kconfig"
117
116# 118#
117# DVB Core 119# DVB Core
118# Only enables if one of DTV is selected 120# Only enables if one of DTV is selected
@@ -138,6 +140,8 @@ config DVB_NET
138 You may want to disable the network support on embedded devices. If 140 You may want to disable the network support on embedded devices. If
139 unsure say Y. 141 unsure say Y.
140 142
143source "drivers/media/dvb-core/Kconfig"
144
141comment "Media drivers" 145comment "Media drivers"
142source "drivers/media/rc/Kconfig" 146source "drivers/media/rc/Kconfig"
143 147
@@ -151,7 +155,6 @@ source "drivers/media/tuners/Kconfig"
151# Video/Radio/Hybrid adapters 155# Video/Radio/Hybrid adapters
152# 156#
153 157
154source "drivers/media/v4l2-core/Kconfig"
155source "drivers/media/video/Kconfig" 158source "drivers/media/video/Kconfig"
156 159
157source "drivers/media/radio/Kconfig" 160source "drivers/media/radio/Kconfig"
@@ -160,7 +163,6 @@ source "drivers/media/radio/Kconfig"
160# DVB adapters 163# DVB adapters
161# 164#
162 165
163source "drivers/media/dvb-core/Kconfig"
164source "drivers/media/pci/Kconfig" 166source "drivers/media/pci/Kconfig"
165source "drivers/media/usb/Kconfig" 167source "drivers/media/usb/Kconfig"
166source "drivers/media/mmc/Kconfig" 168source "drivers/media/mmc/Kconfig"