On Tue, Oct 18, 2011 at 11:11:34AM +0200, Piotr Chmura wrote: > diff --git linux/drivers/staging/media/as102/Kconfig linuxb/drivers/media/dvb/as102/Kconfig > new file mode 100644 > --- /dev/null > +++ linuxb/drivers/staging/media/as102/Kconfig > @@ -0,0 +1,7 @@ > +config DVB_AS102 > + tristate "Abilis AS102 DVB receiver" > + depends on DVB_CORE && USB && I2C && INPUT > + help > + Choose Y or M here if you have a device containing an AS102 > + > + To compile this driver as a module, choose M here > diff --git linux/drivers/staging/media/as102/Makefile linuxb/drivers/media/dvb/as102/Makefile > new file mode 100644 > --- /dev/null > +++ linuxb/drivers/staging/media/as102/Makefile > @@ -0,0 +1,5 @@ > +dvb-as102-objs := as102_drv.o as102_fw.o as10x_cmd.o as10x_cmd_stream.o as102_fe.o as102_usb_drv.o as10x_cmd_cfg.o > + > +obj-$(CONFIG_DVB_AS102) += dvb-as102.o > + > +EXTRA_CFLAGS += -DLINUX -DCONFIG_AS102_USB -Idrivers/media/dvb/dvb-core It sounds like you're going to do a resend to add in the Signed-off-by lines? It would be better to separate these two chunks out and put them at the end after you've fixed the compile errors in [PATCH 13/14]. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html