diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-12-30 13:23:41 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-30 19:29:41 -0500 |
commit | ef98a2c0f2856f6b2aa87fd32d5b192afaeae518 (patch) | |
tree | c9a4ace238d47b67935ee980d649f23d7fa561f8 | |
parent | 798cf3144f8b7466533cf738740478e472677a01 (diff) |
[media] staging: se401 depends on USB
Fix build errors by adding "depends on USB":
ERROR: "usb_register_driver" [drivers/staging/se401/se401.ko] undefined!
ERROR: "usb_alloc_urb" [drivers/staging/se401/se401.ko] undefined!
ERROR: "usb_submit_urb" [drivers/staging/se401/se401.ko] undefined!
ERROR: "usb_control_msg" [drivers/staging/se401/se401.ko] undefined!
ERROR: "usb_free_urb" [drivers/staging/se401/se401.ko] undefined!
ERROR: "usb_kill_urb" [drivers/staging/se401/se401.ko] undefined!
ERROR: "usb_deregister" [drivers/staging/se401/se401.ko] undefined!
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/staging/se401/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/se401/Kconfig b/drivers/staging/se401/Kconfig index ee7313e66c79..b7f8222ad21b 100644 --- a/drivers/staging/se401/Kconfig +++ b/drivers/staging/se401/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config USB_SE401 | 1 | config USB_SE401 |
2 | tristate "USB SE401 Camera support (DEPRECATED)" | 2 | tristate "USB SE401 Camera support (DEPRECATED)" |
3 | depends on VIDEO_DEV && VIDEO_V4L2_COMMON | 3 | depends on VIDEO_DEV && VIDEO_V4L2_COMMON && USB |
4 | ---help--- | 4 | ---help--- |
5 | Say Y here if you want to connect this type of camera to your | 5 | Say Y here if you want to connect this type of camera to your |
6 | computer's USB port. See <file:Documentation/video4linux/se401.txt> | 6 | computer's USB port. See <file:Documentation/video4linux/se401.txt> |