diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2009-11-01 03:14:35 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 21:42:45 +0200 |
commit | 7638699c253620a5745592d229b7e3ba9dbd218d (patch) | |
tree | 01c90f4d7763bc7075cac904254c17d0d2bcfea3 /drivers/media/dvb/frontends/Kconfig | |
parent | V4L/DVB: si470x: -EINVAL overwritten in si470x_vidioc_s_tuner() (diff) | |
download | linux-7638699c253620a5745592d229b7e3ba9dbd218d.tar.xz linux-7638699c253620a5745592d229b7e3ba9dbd218d.zip |
V4L/DVB: lgs8gxx: remove firmware for lgs8g75
The recently added support for lgs8g75 included some 8051 machine code
without accompanying source code. Replace this with use of the
firmware loader.
Compile-tested only.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index cd7f9b7cbffa..51d578a758a7 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig @@ -584,6 +584,7 @@ config DVB_LGS8GL5 config DVB_LGS8GXX tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator" depends on DVB_CORE && I2C + select FW_LOADER default m if DVB_FE_CUSTOMISE help A DMB-TH tuner module. Say Y when you want to support this frontend. |