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/Kconfig | |
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/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/Kconfig | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/Kconfig b/linux/drivers/media/dvb/Kconfig new file mode 100644 index 000000000..5aba59f9e --- /dev/null +++ b/linux/drivers/media/dvb/Kconfig @@ -0,0 +1,41 @@ +# +# Multimedia device configuration +# + +menu "Digital Video Broadcasting Devices" + depends on VIDEO_DEV!=n + +config DVB + bool "DVB For Linux" + ---help--- + Support Digital Video Broadcasting hardware. Enable this if you + own a DVB adapter and want to use it or if you compile Linux for + a digital SetTopBox. + + API specs and user tools and are available for example from + <http://www.linuxtv.org/>. + + Please report problems regarding this driver to the LinuxDVB + mailing list. + + You might want add the following lines to your /etc/modules.conf: + + alias char-major-250 dvb + alias dvb dvb-ttpci + below dvb-ttpci alps_bsru6 alps_bsrv2 \ + grundig_29504-401 grundig_29504-491 \ + ves1820 + + If unsure say N. + +source "drivers/media/dvb/dvb-core/Kconfig" + +source "drivers/media/dvb/frontends/Kconfig" + +comment "Supported DVB Adapters" + depends on DVB + +source "drivers/media/dvb/av7110/Kconfig" + +endmenu + |