aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-07-06 08:12:59 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-06 08:12:59 -0400
commitc455f5c85ab79d065d09915e73c643f4cfa0eb16 (patch)
tree16fd56a90dc30edf37b9a61376a0dd3d16707cea /drivers/media/Kconfig
parentcd5534be6bc681d6a5ca62b3b6066ff8515e1aac (diff)
[media] Kconfig: Split the core support options from the driver ones
Better arrange the remote controller driver items to happen after the core support, on their proper menus, and making clerarer what is media core options and what is media driver options. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 6d10ccb692a9..d941581ab921 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -59,7 +59,7 @@ config MEDIA_RADIO_SUPPORT
59 support radio reception. Disabling this option will 59 support radio reception. Disabling this option will
60 disable support for them. 60 disable support for them.
61 61
62menuconfig MEDIA_RC_SUPPORT 62config MEDIA_RC_SUPPORT
63 bool "Remote Controller support" 63 bool "Remote Controller support"
64 depends on INPUT 64 depends on INPUT
65 ---help--- 65 ---help---
@@ -138,6 +138,7 @@ config DVB_NET
138 You may want to disable the network support on embedded devices. If 138 You may want to disable the network support on embedded devices. If
139 unsure say Y. 139 unsure say Y.
140 140
141comment "Media drivers"
141source "drivers/media/common/Kconfig" 142source "drivers/media/common/Kconfig"
142source "drivers/media/rc/Kconfig" 143source "drivers/media/rc/Kconfig"
143 144