V4L/DVB (8534): remove select's of FW_LOADER

Previous thread: V4L/DVB (8522): videodev2: Fix merge conflict by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:04 am. (1 message)

Next thread: V4L/DVB (8538): em28xx-cards: Add GrabBeeX+ USB2800 model by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:04 am. (1 message)
From: Linux Kernel Mailing List
Date: Monday, July 28, 2008 - 10:04 am

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=445c27...
Commit:     445c2714cf72817ab1ad3ca894c6d9b2047b3a3e
Parent:     9fa0f6db3a201bef49f28e69f80802559a38586b
Author:     Adrian Bunk <bunk@kernel.org>
AuthorDate: Sun Jul 27 10:04:55 2008 -0300
Committer:  Mauro Carvalho Chehab <mchehab@infradead.org>
CommitDate: Sun Jul 27 12:24:37 2008 -0300

    V4L/DVB (8534): remove select's of FW_LOADER
    
    After commit d9b19199e4894089456aaad295023263b5225c1a
    (always enable FW_LOADER unless EMBEDDED=y) we can remove
    the FW_LOADER select's and corresponding dependencies
    on HOTPLUG.
    
    Signed-off-by: Adrian Bunk <bunk@kernel.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
---
 drivers/media/common/tuners/Kconfig |    9 ++-------
 drivers/media/dvb/bt8xx/Kconfig     |    2 --
 drivers/media/dvb/dvb-usb/Kconfig   |    2 --
 drivers/media/dvb/frontends/Kconfig |   24 ++++++++----------------
 drivers/media/dvb/ttpci/Kconfig     |    4 ----
 drivers/media/dvb/ttusb-dec/Kconfig |    2 --
 drivers/media/video/bt8xx/Kconfig   |    2 --
 drivers/media/video/cx18/Kconfig    |    2 --
 drivers/media/video/cx23885/Kconfig |    2 --
 drivers/media/video/cx25840/Kconfig |    2 --
 drivers/media/video/cx88/Kconfig    |    3 +--
 drivers/media/video/ivtv/Kconfig    |    2 --
 drivers/media/video/pvrusb2/Kconfig |    2 --
 drivers/media/video/saa7134/Kconfig |    2 --
 14 files changed, 11 insertions(+), 49 deletions(-)

diff --git a/drivers/media/common/tuners/Kconfig b/drivers/media/common/tuners/Kconfig
index 8d93ba8..6f92bea 100644
--- a/drivers/media/common/tuners/Kconfig
+++ b/drivers/media/common/tuners/Kconfig
@@ -21,9 +21,8 @@ config MEDIA_TUNER
 	tristate
 	default VIDEO_MEDIA && I2C
 	depends on VIDEO_MEDIA && I2C
-	select FW_LOADER if !MEDIA_TUNER_CUSTOMIZE && HOTPLUG
-	select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMIZE && HOTPLUG
-	select MEDIA_TUNER_XC5000 ...
Previous thread: V4L/DVB (8522): videodev2: Fix merge conflict by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:04 am. (1 message)

Next thread: V4L/DVB (8538): em28xx-cards: Add GrabBeeX+ USB2800 model by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:04 am. (1 message)