Loading drivers/media/dvb/Kconfig +4 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,10 @@ comment "Supported Earthsoft PT1 Adapters" depends on DVB_CORE && PCI && I2C source "drivers/media/dvb/pt1/Kconfig" comment "Supported Mantis Adapters" depends on DVB_CORE && PCI && I2C source "drivers/media/dvb/mantis/Kconfig" comment "Supported DVB Frontends" depends on DVB_CORE source "drivers/media/dvb/frontends/Kconfig" Loading drivers/media/dvb/Makefile +13 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,18 @@ # Makefile for the kernel multimedia device drivers. # obj-y := dvb-core/ frontends/ ttpci/ ttusb-dec/ ttusb-budget/ b2c2/ bt8xx/ dvb-usb/ pluto2/ siano/ dm1105/ pt1/ obj-y := dvb-core/ \ frontends/ \ ttpci/ \ ttusb-dec/ \ ttusb-budget/ \ b2c2/ \ bt8xx/ \ dvb-usb/ \ pluto2/ \ siano/ \ dm1105/ \ pt1/ \ mantis/ obj-$(CONFIG_DVB_FIREDTV) += firewire/ drivers/media/dvb/frontends/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,14 @@ config DVB_DS3000 help A DVB-S/S2 tuner module. Say Y when you want to support this frontend. config DVB_MB86A16 tristate "Fujitsu MB86A16 based" depends on DVB_CORE && I2C default m if DVB_FE_CUSTOMISE help A DVB-S/DSS Direct Conversion reveiver. Say Y when you want to support this frontend. comment "DVB-T (terrestrial) frontends" depends on DVB_CORE Loading drivers/media/dvb/frontends/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -81,3 +81,4 @@ obj-$(CONFIG_DVB_STV6110x) += stv6110x.o obj-$(CONFIG_DVB_ISL6423) += isl6423.o obj-$(CONFIG_DVB_EC100) += ec100.o obj-$(CONFIG_DVB_DS3000) += ds3000.o obj-$(CONFIG_DVB_MB86A16) += mb86a16.o Loading
drivers/media/dvb/Kconfig +4 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,10 @@ comment "Supported Earthsoft PT1 Adapters" depends on DVB_CORE && PCI && I2C source "drivers/media/dvb/pt1/Kconfig" comment "Supported Mantis Adapters" depends on DVB_CORE && PCI && I2C source "drivers/media/dvb/mantis/Kconfig" comment "Supported DVB Frontends" depends on DVB_CORE source "drivers/media/dvb/frontends/Kconfig" Loading
drivers/media/dvb/Makefile +13 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,18 @@ # Makefile for the kernel multimedia device drivers. # obj-y := dvb-core/ frontends/ ttpci/ ttusb-dec/ ttusb-budget/ b2c2/ bt8xx/ dvb-usb/ pluto2/ siano/ dm1105/ pt1/ obj-y := dvb-core/ \ frontends/ \ ttpci/ \ ttusb-dec/ \ ttusb-budget/ \ b2c2/ \ bt8xx/ \ dvb-usb/ \ pluto2/ \ siano/ \ dm1105/ \ pt1/ \ mantis/ obj-$(CONFIG_DVB_FIREDTV) += firewire/
drivers/media/dvb/frontends/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,14 @@ config DVB_DS3000 help A DVB-S/S2 tuner module. Say Y when you want to support this frontend. config DVB_MB86A16 tristate "Fujitsu MB86A16 based" depends on DVB_CORE && I2C default m if DVB_FE_CUSTOMISE help A DVB-S/DSS Direct Conversion reveiver. Say Y when you want to support this frontend. comment "DVB-T (terrestrial) frontends" depends on DVB_CORE Loading
drivers/media/dvb/frontends/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -81,3 +81,4 @@ obj-$(CONFIG_DVB_STV6110x) += stv6110x.o obj-$(CONFIG_DVB_ISL6423) += isl6423.o obj-$(CONFIG_DVB_EC100) += ec100.o obj-$(CONFIG_DVB_DS3000) += ds3000.o obj-$(CONFIG_DVB_MB86A16) += mb86a16.o