Re: [PATCH resend] PWC: fix build error when CONFIG_INPUT=m

From: Mauro Carvalho Chehab
Date: Mon Apr 06 2009 - 18:40:30 EST


Hi Randy,

Next time, could you please c/c linux-media@xxxxxxxxxxxxxxx? I'm relying on
linux-media project at Patchwork for helping to not forget to patches.

Thanks,
Mauro.

On Mon, 6 Apr 2009 14:59:31 -0700
Randy Dunlap <randy.dunlap@xxxxxxxxxx> wrote:

> From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
>
> Fix build errors when USB_PWC=y and INPUT=m.
>
> Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
> ---
> drivers/media/video/pwc/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- mmotm-2009-0214-0049.orig/drivers/media/video/pwc/Kconfig
> +++ mmotm-2009-0214-0049/drivers/media/video/pwc/Kconfig
> @@ -39,7 +39,7 @@ config USB_PWC_DEBUG
> config USB_PWC_INPUT_EVDEV
> bool "USB Philips Cameras input events device support"
> default y
> - depends on USB_PWC && INPUT
> + depends on USB_PWC=INPUT || INPUT=y
> ---help---
> This option makes USB Philips cameras register the snapshot button as
> an input device to report button events.


--

Cheers,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/