mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
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>
This commit is contained in:
parent
6b6bcb16c6
commit
523b78d1d2
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
menuconfig DVB_CORE
|
||||
config DVB_CORE
|
||||
tristate "DVB for Linux"
|
||||
depends on NET && INET
|
||||
select CRC32
|
||||
|
Loading…
Reference in New Issue
Block a user