diff options
author | Michael Hunold <devnull@localhost> | 2003-04-30 10:07:36 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-04-30 10:07:36 +0000 |
commit | 154d8f58826e37fee3f32fab0493158e93ed19d4 (patch) | |
tree | ba58a3a1f5a6ebd81d353d96aaef48a50f7eefa4 /linux/drivers/media/dvb/Kconfig | |
parent | 430ef42da0be51755f567de0d5063915b6a74054 (diff) | |
download | mediapointer-dvb-s2-154d8f58826e37fee3f32fab0493158e93ed19d4.tar.gz mediapointer-dvb-s2-154d8f58826e37fee3f32fab0493158e93ed19d4.tar.bz2 |
Necessary configuration files for kernel inclusion
+ configuration files updates.
Diffstat (limited to 'linux/drivers/media/dvb/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/Kconfig b/linux/drivers/media/dvb/Kconfig index 753fdae94..4735c121c 100644 --- a/linux/drivers/media/dvb/Kconfig +++ b/linux/drivers/media/dvb/Kconfig @@ -37,5 +37,11 @@ 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" + endmenu |