Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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 −1
Original line number Diff line number Diff line
menuconfig DVB_CORE
config DVB_CORE
	tristate "DVB for Linux"
	depends on NET && INET
	select CRC32