Hi Mauro, Today's linux-next merge of the v4l-dvb tree got a conflict in drivers/media/video/gspca/Kconfig between commit b6b85048c059e3f085095e48e12ed3f7a92c88d4 ("V4L/DVB (12502): gspca - sn9c20x: Fix gscpa sn9c20x build errors") from Linus' tree and commit 7b5ab5558fbce09584d8795bc91eb64d8c685782 ("V4L/DVB (12452): gspca/Kconfig: Fix bad identation for USB_GSPCA_SN9C20X_EVDEV") from the v4l-dvb tree. I fixed it up (see below) and will carry the fix for a while. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc drivers/media/video/gspca/Kconfig index e994dca,6ae1522..0000000 --- a/drivers/media/video/gspca/Kconfig +++ b/drivers/media/video/gspca/Kconfig @@@ -113,10 -122,10 +122,10 @@@ config USB_GSPCA_SN9C20 module will be called gspca_sn9c20x. config USB_GSPCA_SN9C20X_EVDEV - bool "Enable evdev support" + bool "Enable evdev support" - depends on USB_GSPCA_SN9C20X + depends on USB_GSPCA_SN9C20X && INPUT - ---help--- - Say Y here in order to enable evdev support for sn9c20x webcam button. + ---help--- + Say Y here in order to enable evdev support for sn9c20x webcam button. config USB_GSPCA_SONIXB tristate "SONIX Bayer USB Camera Driver" -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html