diff --git a/debian/changelog b/debian/changelog index 0d8eec14c..98036d04b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -114,6 +114,7 @@ linux-2.6 (2.6.26-1~experimental.1) UNRELEASED; urgency=low * [arm] Enable KEXEC (closes: #492268). * [arm/orion5x] Enable USB_PRINTER, requested by Mike Arthur. * [arm/orion5x] Enable binfmt aout, x25, wireless and ATM. + * [arm/iop32x, arm/orion5x] Enable USB_SISUSBVGA. [ Ian Campbell ] * Readme.build updated on how to generate orig tarballs. diff --git a/debian/config/arm/config.iop32x b/debian/config/arm/config.iop32x index a06d52e9a..bd5cc7156 100644 --- a/debian/config/arm/config.iop32x +++ b/debian/config/arm/config.iop32x @@ -668,6 +668,11 @@ CONFIG_USB_OHCI_HCD=m CONFIG_USB_UHCI_HCD=m CONFIG_USB_SL811_HCD=m +## +## file: drivers/usb/misc/sisusbvga/Kconfig +## +CONFIG_USB_SISUSBVGA=m + ## ## file: drivers/usb/storage/Kconfig ## diff --git a/debian/config/arm/config.orion5x b/debian/config/arm/config.orion5x index 32f8fee90..7e528ee56 100644 --- a/debian/config/arm/config.orion5x +++ b/debian/config/arm/config.orion5x @@ -434,6 +434,11 @@ CONFIG_USB_OHCI_HCD=m CONFIG_USB_UHCI_HCD=m CONFIG_USB_SL811_HCD=m +## +## file: drivers/usb/misc/sisusbvga/Kconfig +## +CONFIG_USB_SISUSBVGA=m + ## ## file: drivers/usb/storage/Kconfig ##