|
@@ -9,7 +9,7 @@ config USB_VIDEO_CLASS
|
|
config USB_VIDEO_CLASS_INPUT_EVDEV
|
|
config USB_VIDEO_CLASS_INPUT_EVDEV
|
|
bool "UVC input events device support"
|
|
bool "UVC input events device support"
|
|
default y
|
|
default y
|
|
- depends on USB_VIDEO_CLASS && INPUT
|
|
|
|
|
|
+ depends on USB_VIDEO_CLASS=INPUT || INPUT=y
|
|
---help---
|
|
---help---
|
|
This option makes USB Video Class devices register an input device
|
|
This option makes USB Video Class devices register an input device
|
|
to report button events.
|
|
to report button events.
|