diff options
author | Michael Krufky <mkrufky@kernellabs.com> | 2009-09-06 10:59:47 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-19 00:16:09 -0300 |
commit | 66cb930e957ccab9e51a7896b13e16d5caf31b0e (patch) | |
tree | 20dcd02abd242e8ecb9a271e9191e0cb4276419b /drivers/media/video/saa7164 | |
parent | 6d052dda59775cbb984f547efc600c188bef12a2 (diff) |
V4L/DVB (12968): saa7164: fix Kconfig: remove HOTPLUG dependency
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7164')
-rw-r--r-- | drivers/media/video/saa7164/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/saa7164/Kconfig b/drivers/media/video/saa7164/Kconfig index 4e3fd060b8c8..353263725172 100644 --- a/drivers/media/video/saa7164/Kconfig +++ b/drivers/media/video/saa7164/Kconfig @@ -1,7 +1,6 @@ config VIDEO_SAA7164 tristate "NXP SAA7164 support" depends on DVB_CORE && PCI && I2C - depends on HOTPLUG # due to FW_LOADER select I2C_ALGOBIT select FW_LOADER select VIDEO_TUNER |