diff --git a/debian/changelog b/debian/changelog index 783fb8833..c5829da47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,6 +37,7 @@ linux-2.6 (2.6.29~rc7-1~experimental.1) UNRELEASED; urgency=low * topconfig: Disable NET_DSA since this hardware is special purpose and the option cannot be made modular at the moment and bloats the kernel image too much. + * [arm, armel] Enable various V4L USB devices. (Closes: #518582) [ Ben Hutchings ] * Remove firmware from drivers and make them use request_firmware(): diff --git a/debian/config/arm/config b/debian/config/arm/config index b888120c0..1246f4868 100644 --- a/debian/config/arm/config +++ b/debian/config/arm/config @@ -66,3 +66,27 @@ CONFIG_ECONET_AUNUDP=y CONFIG_ECONET_NATIVE=y +## +## file: drivers/media/video/Kconfig +## +CONFIG_USB_OV511=m +CONFIG_USB_SE401=m +CONFIG_USB_STV680=m + +## +## file: drivers/media/video/pwc/Kconfig +## +CONFIG_USB_PWC=m + +## +## file: drivers/media/video/sn9c102/Kconfig +## +CONFIG_USB_SN9C102=m + +## +## file: drivers/media/video/usbvideo/Kconfig +## +CONFIG_USB_VICAM=m +CONFIG_USB_IBMCAM=m +CONFIG_USB_KONICAWC=m + diff --git a/debian/config/armel/config b/debian/config/armel/config index 281fb19df..5e66201a5 100644 --- a/debian/config/armel/config +++ b/debian/config/armel/config @@ -62,3 +62,27 @@ CONFIG_OABI_COMPAT=y CONFIG_ECONET_AUNUDP=y CONFIG_ECONET_NATIVE=y +## +## file: drivers/media/video/Kconfig +## +CONFIG_USB_OV511=m +CONFIG_USB_SE401=m +CONFIG_USB_STV680=m + +## +## file: drivers/media/video/pwc/Kconfig +## +CONFIG_USB_PWC=m + +## +## file: drivers/media/video/sn9c102/Kconfig +## +CONFIG_USB_SN9C102=m + +## +## file: drivers/media/video/usbvideo/Kconfig +## +CONFIG_USB_VICAM=m +CONFIG_USB_IBMCAM=m +CONFIG_USB_KONICAWC=m +