aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-05-03 14:59:37 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-05-09 09:12:49 -0400
commit523b78d1d202dedcd9e549576d6179d68210c038 (patch)
tree8b95cfcb5eb8534c35d74bb715005c24d0937bdc /drivers/media/dvb
parent6b6bcb16c6b528fb5832244db949366bf0e42f44 (diff)
V4L/DVB (5600): Allow compiling just DVB CORE
Allow compiling just DVB CORE without needing to compile the drivers Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/Kconfig11
-rw-r--r--drivers/media/dvb/dvb-core/Kconfig2
2 files changed, 12 insertions, 1 deletions
diff --git a/drivers/media/dvb/Kconfig b/drivers/media/dvb/Kconfig
index 525c5184f9f7..efd2b7468158 100644
--- a/drivers/media/dvb/Kconfig
+++ b/drivers/media/dvb/Kconfig
@@ -4,6 +4,15 @@
4 4
5source "drivers/media/dvb/dvb-core/Kconfig" 5source "drivers/media/dvb/dvb-core/Kconfig"
6 6
7menuconfig DVB_CAPTURE_DRIVERS
8 bool "DVB/ATSC adapters"
9 depends on DVB_CORE
10 default y
11 ---help---
12 Say Y to select Digital TV adapters
13
14if DVB_CAPTURE_DRIVERS
15
7comment "Supported SAA7146 based PCI Adapters" 16comment "Supported SAA7146 based PCI Adapters"
8 depends on DVB_CORE && PCI && I2C 17 depends on DVB_CORE && PCI && I2C
9source "drivers/media/dvb/ttpci/Kconfig" 18source "drivers/media/dvb/ttpci/Kconfig"
@@ -30,3 +39,5 @@ source "drivers/media/dvb/pluto2/Kconfig"
30comment "Supported DVB Frontends" 39comment "Supported DVB Frontends"
31 depends on DVB_CORE 40 depends on DVB_CORE
32source "drivers/media/dvb/frontends/Kconfig" 41source "drivers/media/dvb/frontends/Kconfig"
42
43endif # DVB_CAPTURE_DRIVERS
diff --git a/drivers/media/dvb/dvb-core/Kconfig b/drivers/media/dvb/dvb-core/Kconfig
index 93e24fb0e68e..e3e6839f8073 100644
--- a/drivers/media/dvb/dvb-core/Kconfig
+++ b/drivers/media/dvb/dvb-core/Kconfig
@@ -1,4 +1,4 @@
1menuconfig DVB_CORE 1config DVB_CORE
2 tristate "DVB for Linux" 2 tristate "DVB for Linux"
3 depends on NET && INET 3 depends on NET && INET
4 select CRC32 4 select CRC32