Commit 523b78d1 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (5600): Allow compiling just DVB CORE

Allow compiling just DVB CORE without needing to compile the drivers
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 6b6bcb16
......@@ -4,6 +4,15 @@
source "drivers/media/dvb/dvb-core/Kconfig"
menuconfig DVB_CAPTURE_DRIVERS
bool "DVB/ATSC adapters"
depends on DVB_CORE
default y
---help---
Say Y to select Digital TV adapters
if DVB_CAPTURE_DRIVERS
comment "Supported SAA7146 based PCI Adapters"
depends on DVB_CORE && PCI && I2C
source "drivers/media/dvb/ttpci/Kconfig"
......@@ -30,3 +39,5 @@ source "drivers/media/dvb/pluto2/Kconfig"
comment "Supported DVB Frontends"
depends on DVB_CORE
source "drivers/media/dvb/frontends/Kconfig"
endif # DVB_CAPTURE_DRIVERS
menuconfig DVB_CORE
config DVB_CORE
tristate "DVB for Linux"
depends on NET && INET
select CRC32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment