From fa424863e7af7e98d93fd296469a86ef6cfddbe5 Mon Sep 17 00:00:00 2001 From: Holger Waechtler Date: Sat, 21 Jun 2003 15:43:26 +0000 Subject: - 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? --- linux/drivers/media/dvb/Kconfig | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'linux/drivers/media/dvb/Kconfig') 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 -- cgit v1.2.3