提交 10f1a6e8 编写于 作者: C Christoph Fritz 提交者: Mauro Carvalho Chehab

V4L/DVB: pwc Kconfig dependency fix

makes USB_PWC_INPUT_EVDEV to depend also on USB_PWC
Signed-off-by: NChristoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 dd0bbcc6
...@@ -39,7 +39,7 @@ config USB_PWC_DEBUG ...@@ -39,7 +39,7 @@ config USB_PWC_DEBUG
config USB_PWC_INPUT_EVDEV config USB_PWC_INPUT_EVDEV
bool "USB Philips Cameras input events device support" bool "USB Philips Cameras input events device support"
default y default y
depends on USB_PWC=INPUT || INPUT=y depends on USB_PWC && (USB_PWC=INPUT || INPUT=y)
---help--- ---help---
This option makes USB Philips cameras register the snapshot button as This option makes USB Philips cameras register the snapshot button as
an input device to report button events. an input device to report button events.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册