diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-27 13:04:55 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-27 13:04:55 +0000 |
commit | b758fc01ef8bdaa9a7380ef01c1e27cf6a96e256 (patch) | |
tree | 2306bab41fd79d2b8917787d6cf026fde1192269 /linux/drivers/media/video/cx18/Kconfig | |
parent | a2f7e7dbf0f5aeb8842ac6c3e9acd151180d1975 (diff) | |
download | mediapointer-dvb-s2-b758fc01ef8bdaa9a7380ef01c1e27cf6a96e256.tar.gz mediapointer-dvb-s2-b758fc01ef8bdaa9a7380ef01c1e27cf6a96e256.tar.bz2 |
remove select's of FW_LOADER
From: Adrian Bunk <bunk@kernel.org>
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>
Diffstat (limited to 'linux/drivers/media/video/cx18/Kconfig')
-rw-r--r-- | linux/drivers/media/video/cx18/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx18/Kconfig b/linux/drivers/media/video/cx18/Kconfig index 9aefdc5ea..ef48565de 100644 --- a/linux/drivers/media/video/cx18/Kconfig +++ b/linux/drivers/media/video/cx18/Kconfig @@ -2,9 +2,7 @@ config VIDEO_CX18 tristate "Conexant cx23418 MPEG encoder support" depends on VIDEO_V4L2 && DVB_CORE && PCI && I2C && EXPERIMENTAL depends on INPUT # due to VIDEO_IR - depends on HOTPLUG # due to FW_LOADER select I2C_ALGOBIT - select FW_LOADER select VIDEO_IR select VIDEO_TUNER select VIDEO_TVEEPROM |