Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drivers/media/video/pvrusb2: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-11 | 1 | -4/+4 |
| | | | | | | | | | | | | The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. CC: Mike Isely <isely@pobox.com> CC: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com> Acked-By: Mike Isely <isely@pobox.com> | ||||
* | [media] Kconfig: merge all customise options into just one | Mauro Carvalho Chehab | 2012-08-21 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | Instead of having 3 options to allow customizing the media sub-drivers (tuners, I2C drivers, frontends), merge all of them into just one. That simplifies the life for users, as they can just keep this untouched. Life for developers is also simpler, as there's now just one Kconfig item to remember, for the ancillary sub-drivers providing supports for chips that could change from one board design to another. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | ||||
* | [media] rename most media/video usb drivers to media/usb | Mauro Carvalho Chehab | 2012-08-15 | 1 | -0/+65 |
Rename all USB drivers with their own directory under drivers/media/video into drivers/media/usb and update the building system. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |