Skip to content

Commit

Permalink
[media] media: Fix randconfig error
Browse files Browse the repository at this point in the history
Fix randconfig error when USB is not enabled:
ERROR: "usb_control_msg" [drivers/media/common/cypress_firmware.ko] undefined!

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Randy Dunlap authored and Mauro Carvalho Chehab committed Apr 14, 2013
1 parent 402f6ae commit 7c15b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ config VIDEO_TVEEPROM

config CYPRESS_FIRMWARE
tristate "Cypress firmware helper routines"
depends on USB

source "drivers/media/common/b2c2/Kconfig"
source "drivers/media/common/saa7146/Kconfig"
Expand Down

0 comments on commit 7c15b71

Please sign in to comment.