diff options
author | Michael Hunold <devnull@localhost> | 2003-05-06 14:27:56 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-05-06 14:27:56 +0000 |
commit | e4e3a26f4c976328c77dc109828f8e41acf27f37 (patch) | |
tree | 5c9bb2de4a08b97c8bbd420fe0cd8a9742d8637a /linux/drivers/media/dvb/Kconfig | |
parent | 48e25cdc73a979d86cceeebd9d64918130f9079f (diff) | |
download | mediapointer-dvb-s2-e4e3a26f4c976328c77dc109828f8e41acf27f37.tar.gz mediapointer-dvb-s2-e4e3a26f4c976328c77dc109828f8e41acf27f37.tar.bz2 |
Remove the ttusb-* drivers from the makelinks script and the
build process again, due to the unknown licensing issues with
the firmware.
Diffstat (limited to 'linux/drivers/media/dvb/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/linux/drivers/media/dvb/Kconfig b/linux/drivers/media/dvb/Kconfig index 4735c121c..c251f705e 100644 --- a/linux/drivers/media/dvb/Kconfig +++ b/linux/drivers/media/dvb/Kconfig @@ -33,15 +33,15 @@ source "drivers/media/dvb/dvb-core/Kconfig" source "drivers/media/dvb/frontends/Kconfig" comment "Supported SAA7146 based PCI Adapters" - depends on DVB + depends on DVB && PCI 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 USB Adapters" +# depends on DVB && USB +# +#source "drivers/media/dvb/ttusb-budget/Kconfig" +#source "drivers/media/dvb/ttusb-dec/Kconfig" endmenu |