diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-03 14:39:29 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-03 14:39:29 -0300 |
commit | cf1ab0d168c5d827c0d26693162ccdf0a3833e95 (patch) | |
tree | 3b199bff33dcb1d6413db5c998f0f262a7376a3f /linux/drivers/media/radio | |
parent | 174f5c0d1ce157e9df731187e0d7702795977de6 (diff) | |
download | mediapointer-dvb-s2-cf1ab0d168c5d827c0d26693162ccdf0a3833e95.tar.gz mediapointer-dvb-s2-cf1ab0d168c5d827c0d26693162ccdf0a3833e95.tar.bz2 |
Backed out changeset d130e8e1eb762e055371d5e3e1724d7735bad244
Also reverting this one. V4L/DVB building system can't handle
menuconfig and if/endif Kconfig items.
We should first patch the building system before reapplying
those two patches.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/radio')
-rw-r--r-- | linux/drivers/media/radio/Kconfig | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/linux/drivers/media/radio/Kconfig b/linux/drivers/media/radio/Kconfig index 6db188643..4ab38a851 100644 --- a/linux/drivers/media/radio/Kconfig +++ b/linux/drivers/media/radio/Kconfig @@ -2,12 +2,8 @@ # Multimedia Video device configuration # -menuconfig RADIO_ADAPTERS - bool "Radio Adapters" +menu "Radio Adapters" depends on VIDEO_DEV - default y - -if RADIO_ADAPTERS config RADIO_CADET tristate "ADS Cadet AM/FM Tuner" @@ -364,5 +360,4 @@ config USB_DSBR To compile this driver as a module, choose M here: the module will be called dsbr100. - -endif # RADIO_ADAPTERS +endmenu |