Loading drivers/media/dvb/frontends/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -369,6 +369,17 @@ config DVB_S5H1411 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want to support this frontend. comment "ISDB-T (terrestrial) frontends" depends on DVB_CORE config DVB_S921 tristate "Sharp S921 tuner" depends on DVB_CORE && I2C default m if DVB_FE_CUSTOMISE help AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module. Say Y when you want to support this frontend. comment "Digital terrestrial only tuners/PLL" depends on DVB_CORE Loading drivers/media/dvb/frontends/Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ EXTRA_CFLAGS += -Idrivers/media/common/tuners/ s921-objs := s921_module.o s921_core.o obj-$(CONFIG_DVB_PLL) += dvb-pll.o obj-$(CONFIG_DVB_STV0299) += stv0299.o obj-$(CONFIG_DVB_SP8870) += sp8870.o Loading Loading @@ -55,3 +57,4 @@ obj-$(CONFIG_DVB_CX24116) += cx24116.o obj-$(CONFIG_DVB_SI21XX) += si21xx.o obj-$(CONFIG_DVB_STV0288) += stv0288.o obj-$(CONFIG_DVB_STB6000) += stb6000.o obj-$(CONFIG_DVB_S921) += s921.o drivers/media/video/empia/sharp/s921_core.c→drivers/media/dvb/frontends/s921_core.c +43 −42 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ #include <linux/kernel.h> #include <linux/module.h> #include <linux/delay.h> #include "s921_core.h" static int s921_isdb_init(struct s921_isdb_t *dev); Loading drivers/media/video/empia/sharp/s921_core.h→drivers/media/dvb/frontends/s921_core.h +0 −0 File moved. View file drivers/media/video/empia/sharp/s921_module.c→drivers/media/dvb/frontends/s921_module.c +11 −11 File changed and moved.Contains only whitespace changes. Show changes Loading
drivers/media/dvb/frontends/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -369,6 +369,17 @@ config DVB_S5H1411 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want to support this frontend. comment "ISDB-T (terrestrial) frontends" depends on DVB_CORE config DVB_S921 tristate "Sharp S921 tuner" depends on DVB_CORE && I2C default m if DVB_FE_CUSTOMISE help AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module. Say Y when you want to support this frontend. comment "Digital terrestrial only tuners/PLL" depends on DVB_CORE Loading
drivers/media/dvb/frontends/Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ EXTRA_CFLAGS += -Idrivers/media/common/tuners/ s921-objs := s921_module.o s921_core.o obj-$(CONFIG_DVB_PLL) += dvb-pll.o obj-$(CONFIG_DVB_STV0299) += stv0299.o obj-$(CONFIG_DVB_SP8870) += sp8870.o Loading Loading @@ -55,3 +57,4 @@ obj-$(CONFIG_DVB_CX24116) += cx24116.o obj-$(CONFIG_DVB_SI21XX) += si21xx.o obj-$(CONFIG_DVB_STV0288) += stv0288.o obj-$(CONFIG_DVB_STB6000) += stb6000.o obj-$(CONFIG_DVB_S921) += s921.o
drivers/media/video/empia/sharp/s921_core.c→drivers/media/dvb/frontends/s921_core.c +43 −42 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ #include <linux/kernel.h> #include <linux/module.h> #include <linux/delay.h> #include "s921_core.h" static int s921_isdb_init(struct s921_isdb_t *dev); Loading
drivers/media/video/empia/sharp/s921_core.h→drivers/media/dvb/frontends/s921_core.h +0 −0 File moved. View file
drivers/media/video/empia/sharp/s921_module.c→drivers/media/dvb/frontends/s921_module.c +11 −11 File changed and moved.Contains only whitespace changes. Show changes