diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-06 10:44:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-06 10:44:03 -0300 |
commit | f9de0013eede12a00d0ab63a345afa89a1d2bca4 (patch) | |
tree | 7dbf960562f7965d5c39cee99ce8db74bb4eb958 /linux/drivers/media/video/em28xx | |
parent | 383d0edbcc8521f7e77d3952121975ff3840b172 (diff) | |
download | mediapointer-dvb-s2-f9de0013eede12a00d0ab63a345afa89a1d2bca4.tar.gz mediapointer-dvb-s2-f9de0013eede12a00d0ab63a345afa89a1d2bca4.tar.bz2 |
Fix dependencies for tuner-xc2028 and em28xx-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
em28xx-dvb doesn't need FW_LOADER. Instead, tuner-xc2028 needs to select
FW_LOADER.
Also, this can happen only if HOTPLUG is selected, since FW_LOADER
is dependent on HOTPLUG.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/em28xx')
-rw-r--r-- | linux/drivers/media/video/em28xx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/Kconfig b/linux/drivers/media/video/em28xx/Kconfig index 9caffed2b..16a5af30e 100644 --- a/linux/drivers/media/video/em28xx/Kconfig +++ b/linux/drivers/media/video/em28xx/Kconfig @@ -35,7 +35,6 @@ config VIDEO_EM28XX_DVB select DVB_LGDT330X if !DVB_FE_CUSTOMISE select DVB_ZL10353 if !DVB_FE_CUSTOMISE select VIDEOBUF_DVB - select FW_LOADER ---help--- This adds support for DVB cards based on the Empiatech em28xx chips. |