[arm/orion5x] Enable USB_PRINTER, requested by Mike Arthur.

svn path=/dists/trunk/linux-2.6/; revision=11905
This commit is contained in:
Martin Michlmayr 2008-07-25 18:58:55 +00:00
parent 18e2d83485
commit f200138da4
2 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

@ -111,6 +111,7 @@ linux-2.6 (2.6.26-1~experimental.1) UNRELEASED; urgency=low
* [arm/orion5x] use better key codes for the TS-209/TS-409 buttons
* [arm/orion5x] export red SATA lights on TS-409, fix SATA presence/activity
* [arm] Enable KEXEC (closes: #492268).
* [arm/orion5x] Enable USB_PRINTER, requested by Mike Arthur.
[ Ian Campbell ]
* Readme.build updated on how to generate orig tarballs.

View File

@ -411,6 +411,12 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=2
CONFIG_USB_SUPPORT=y
CONFIG_USB=m
##
## file: drivers/usb/class/Kconfig
##
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
##
## file: drivers/usb/core/Kconfig
##