diff options
author | Holger Waechtler <devnull@localhost> | 2003-06-21 15:43:26 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2003-06-21 15:43:26 +0000 |
commit | fa424863e7af7e98d93fd296469a86ef6cfddbe5 (patch) | |
tree | 9db4b05334316ab41686ca48f4b1fc312ae94f48 /linux/drivers/media/dvb/Kconfig | |
parent | 1c0fa14550d6e5c207551da6fcbcafe90b007a60 (diff) | |
download | mediapointer-dvb-s2-fa424863e7af7e98d93fd296469a86ef6cfddbe5.tar.gz mediapointer-dvb-s2-fa424863e7af7e98d93fd296469a86ef6cfddbe5.tar.bz2 |
- compile and documentation fixes, enable bt8xx usb USB driver builds
there is no reason not to submit the bt8xx driver with the next patchset, right?
Diffstat (limited to 'linux/drivers/media/dvb/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/Kconfig | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/linux/drivers/media/dvb/Kconfig b/linux/drivers/media/dvb/Kconfig index c251f705e..7a674193f 100644 --- a/linux/drivers/media/dvb/Kconfig +++ b/linux/drivers/media/dvb/Kconfig @@ -37,11 +37,16 @@ comment "Supported SAA7146 based PCI Adapters" source "drivers/media/dvb/ttpci/Kconfig" -#comment "Supported USB Adapters" -# depends on DVB && USB -# -#source "drivers/media/dvb/ttusb-budget/Kconfig" -#source "drivers/media/dvb/ttusb-dec/Kconfig" +comment "Supported BT8xx based PCI Adapters" + depends on DVB && PCI + +source "drivers/media/dvb/bt8xx/Kconfig" + +comment "Supported USB Adapters" + depends on DVB && USB + +source "drivers/media/dvb/ttusb-budget/Kconfig" +source "drivers/media/dvb/ttusb-dec/Kconfig" endmenu |