aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-05-22 17:32:40 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-20 06:20:56 -0400
commit3617691fb98b81850640a9b61fb932b798ad4504 (patch)
treeff7a0f3bf63c73242bfb6f63aeacb6d4ccab6032 /drivers/media
parent18658117ff844e8117f6b363cb7fa8c5f8ad2cb8 (diff)
V4L/DVB (8274): sms1xxx: build cleanup after driver relocation
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/Kconfig14
-rw-r--r--drivers/media/Makefile1
2 files changed, 0 insertions, 15 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index e6a5879ea5f..7a7803b5d49 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -115,20 +115,6 @@ source "drivers/media/radio/Kconfig"
115 115
116source "drivers/media/dvb/Kconfig" 116source "drivers/media/dvb/Kconfig"
117 117
118#
119# Mobile Digital TV devices (DVB-H, T-DMB, etc.)
120#
121menuconfig MDTV_ADAPTERS
122 bool "Mobile Digital TV adapter"
123 default y
124
125if MDTV_ADAPTERS
126
127source "drivers/media/mdtv/Kconfig"
128
129endif # MDTV_ADAPTERS
130
131
132config DAB 118config DAB
133 boolean "DAB adapters" 119 boolean "DAB adapters"
134 ---help--- 120 ---help---
diff --git a/drivers/media/Makefile b/drivers/media/Makefile
index ec2102bcb28..09a829d8a7e 100644
--- a/drivers/media/Makefile
+++ b/drivers/media/Makefile
@@ -6,4 +6,3 @@ obj-y += common/ video/
6 6
7obj-$(CONFIG_VIDEO_DEV) += radio/ 7obj-$(CONFIG_VIDEO_DEV) += radio/
8obj-$(CONFIG_DVB_CORE) += dvb/ 8obj-$(CONFIG_DVB_CORE) += dvb/
9obj-$(CONFIG_MDTV_ADAPTERS) += mdtv/ \ No newline at end of file