diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-22 17:32:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:20:56 -0400 |
commit | 3617691fb98b81850640a9b61fb932b798ad4504 (patch) | |
tree | ff7a0f3bf63c73242bfb6f63aeacb6d4ccab6032 | |
parent | 18658117ff844e8117f6b363cb7fa8c5f8ad2cb8 (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>
-rw-r--r-- | drivers/media/Kconfig | 14 | ||||
-rw-r--r-- | drivers/media/Makefile | 1 |
2 files changed, 0 insertions, 15 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index e6a5879ea5f6..7a7803b5d497 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig | |||
@@ -115,20 +115,6 @@ source "drivers/media/radio/Kconfig" | |||
115 | 115 | ||
116 | source "drivers/media/dvb/Kconfig" | 116 | source "drivers/media/dvb/Kconfig" |
117 | 117 | ||
118 | # | ||
119 | # Mobile Digital TV devices (DVB-H, T-DMB, etc.) | ||
120 | # | ||
121 | menuconfig MDTV_ADAPTERS | ||
122 | bool "Mobile Digital TV adapter" | ||
123 | default y | ||
124 | |||
125 | if MDTV_ADAPTERS | ||
126 | |||
127 | source "drivers/media/mdtv/Kconfig" | ||
128 | |||
129 | endif # MDTV_ADAPTERS | ||
130 | |||
131 | |||
132 | config DAB | 118 | config DAB |
133 | boolean "DAB adapters" | 119 | boolean "DAB adapters" |
134 | ---help--- | 120 | ---help--- |
diff --git a/drivers/media/Makefile b/drivers/media/Makefile index ec2102bcb282..09a829d8a7e7 100644 --- a/drivers/media/Makefile +++ b/drivers/media/Makefile | |||
@@ -6,4 +6,3 @@ obj-y += common/ video/ | |||
6 | 6 | ||
7 | obj-$(CONFIG_VIDEO_DEV) += radio/ | 7 | obj-$(CONFIG_VIDEO_DEV) += radio/ |
8 | obj-$(CONFIG_DVB_CORE) += dvb/ | 8 | obj-$(CONFIG_DVB_CORE) += dvb/ |
9 | obj-$(CONFIG_MDTV_ADAPTERS) += mdtv/ \ No newline at end of file | ||