diff options
author | Holger Waechtler <devnull@localhost> | 2002-11-11 14:28:49 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2002-11-11 14:28:49 +0000 |
commit | 125004f2a9ce266aeca2b2031d7eaf4e1b803a27 (patch) | |
tree | fb89bca837fa27534245dd6a8b1f935267aceb44 /linux/drivers/media/dvb/av7110 | |
parent | a59f4e50b6d830aa252e8b7c360ff12f7f574fb7 (diff) | |
download | mediapointer-dvb-s2-125004f2a9ce266aeca2b2031d7eaf4e1b803a27.tar.gz mediapointer-dvb-s2-125004f2a9ce266aeca2b2031d7eaf4e1b803a27.tar.bz2 |
new 2.5 style KConfig files
Diffstat (limited to 'linux/drivers/media/dvb/av7110')
-rw-r--r-- | linux/drivers/media/dvb/av7110/Config.help | 21 | ||||
-rw-r--r-- | linux/drivers/media/dvb/av7110/Config.in | 6 | ||||
-rw-r--r-- | linux/drivers/media/dvb/av7110/Kconfig | 26 |
3 files changed, 26 insertions, 27 deletions
diff --git a/linux/drivers/media/dvb/av7110/Config.help b/linux/drivers/media/dvb/av7110/Config.help deleted file mode 100644 index db5d87a05..000000000 --- a/linux/drivers/media/dvb/av7110/Config.help +++ /dev/null @@ -1,21 +0,0 @@ -CONFIG_DVB_AV7110 - Support for SAA7146 and AV7110 based DVB cards as produced - by Fujitsu-Siemens, Technotrend, Hauppauge and others. - - Simple cards like so called Budget- or Nova-PCI cards are - supported as well as fullfeatured cards with onboard MPEG2 - decoder. - - Say Y if you own such a card and want to use it. - - -CONFIG_DVB_AV7110_OSD - The AV7110 firmware provides some code to generate an OnScreenDisplay - on the video output. This is kind of nonstandard and not guaranteed to - be maintained. - - Anyway, some popular DVB software like VDR uses this OSD to render - its menus, so say Y if you want to use this software. - - All other people say N. - diff --git a/linux/drivers/media/dvb/av7110/Config.in b/linux/drivers/media/dvb/av7110/Config.in deleted file mode 100644 index 95c1dc819..000000000 --- a/linux/drivers/media/dvb/av7110/Config.in +++ /dev/null @@ -1,6 +0,0 @@ -dep_tristate ' SAA7146 based AV7110 and Nova/budget cards' CONFIG_DVB_AV7110 $CONFIG_VIDEO_DEV $CONFIG_DVB_CORE - -if [ "$CONFIG_DVB_AV7110" != "n" ]; then - bool ' AV7110 OSD support' CONFIG_DVB_AV7110_OSD -fi - diff --git a/linux/drivers/media/dvb/av7110/Kconfig b/linux/drivers/media/dvb/av7110/Kconfig new file mode 100644 index 000000000..6b7e6961d --- /dev/null +++ b/linux/drivers/media/dvb/av7110/Kconfig @@ -0,0 +1,26 @@ +config DVB_AV7110 + tristate "SAA7146 based AV7110 and Nova/Budget PCI cards" + depends on VIDEO_DEV && DVB_CORE + help + Support for SAA7146 and AV7110 based DVB cards as produced + by Fujitsu-Siemens, Technotrend, Hauppauge and others. + + Simple cards like so called Budget- or Nova-PCI cards are + supported as well as fullfeatured cards with onboard MPEG2 + decoder. + + Say Y if you own such a card and want to use it. + +config DVB_AV7110_OSD + bool "AV7110 OSD support" + depends on DVB_AV7110 + help + The AV7110 firmware provides some code to generate an OnScreenDisplay + on the video output. This is kind of nonstandard and not guaranteed to + be maintained. + + Anyway, some popular DVB software like VDR uses this OSD to render + its menus, so say Y if you want to use this software. + + All other people say N. + |