diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-22 18:32:40 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 07:20:56 -0300 |
commit | 3617691fb98b81850640a9b61fb932b798ad4504 (patch) | |
tree | ff7a0f3bf63c73242bfb6f63aeacb6d4ccab6032 /drivers/media/Kconfig | |
parent | 18658117ff844e8117f6b363cb7fa8c5f8ad2cb8 (diff) | |
download | op-kernel-dev-3617691fb98b81850640a9b61fb932b798ad4504.zip op-kernel-dev-3617691fb98b81850640a9b61fb932b798ad4504.tar.gz |
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/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index e6a5879..7a7803b 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -115,20 +115,6 @@ source "drivers/media/radio/Kconfig" source "drivers/media/dvb/Kconfig" -# -# Mobile Digital TV devices (DVB-H, T-DMB, etc.) -# -menuconfig MDTV_ADAPTERS - bool "Mobile Digital TV adapter" - default y - -if MDTV_ADAPTERS - -source "drivers/media/mdtv/Kconfig" - -endif # MDTV_ADAPTERS - - config DAB boolean "DAB adapters" ---help--- |