summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorJamie Honan <devnull@localhost>2003-10-13 04:08:45 +0000
committerJamie Honan <devnull@localhost>2003-10-13 04:08:45 +0000
commit7b826b0b12697fbc289128cf9fc92c32fadea909 (patch)
treefe559b6d3b6ca6b1959b65faf25370cc234b8d39 /linux/drivers
parentae5778afce65d379151113a6343ce8b0683bfcb0 (diff)
downloadmediapointer-dvb-s2-7b826b0b12697fbc289128cf9fc92c32fadea909.tar.gz
mediapointer-dvb-s2-7b826b0b12697fbc289128cf9fc92c32fadea909.tar.bz2
Added bt8xx directory as option.
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/dvb/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/Kconfig b/linux/drivers/media/dvb/Kconfig
index 8d72e87f6..f0f152013 100644
--- a/linux/drivers/media/dvb/Kconfig
+++ b/linux/drivers/media/dvb/Kconfig
@@ -45,5 +45,9 @@ comment "Supported FlexCopII (B2C2) Adapters"
depends on DVB_CORE && PCI
source "drivers/media/dvb/b2c2/Kconfig"
+comment "Supported BT878 Adapters"
+ depends on DVB_CORE && PCI
+source "drivers/media/dvb/bt8xx/Kconfig"
+
endmenu