diff options
author | Rod Whitby <rod@whitby.id.au> | 2004-12-31 05:13:45 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2004-12-31 05:13:45 +0000 |
commit | b255799f5de51b8f512e5947d4a5a5c3da88d717 (patch) | |
tree | 142236b076e7474b1d148420f7719787ef3268a2 | |
parent | 3778d9fe8729af6b5a170df404b7016039aa3f83 (diff) |
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded
into home.(none):/home/slug/openembedded
2004/12/31 15:43:15+10:30 (none)!rwhitby
Enabled some common USB-Serial modules in Unslung-able
BKrev: 41d4e009WZax0gO9YlcogO7qotIq8w
-rw-r--r-- | packages/linux/unslung-kernel-2.3r25/able/defconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/linux/unslung-kernel-2.3r25/able/defconfig b/packages/linux/unslung-kernel-2.3r25/able/defconfig index 143e7907c6..136f4fa23e 100644 --- a/packages/linux/unslung-kernel-2.3r25/able/defconfig +++ b/packages/linux/unslung-kernel-2.3r25/able/defconfig @@ -907,7 +907,7 @@ CONFIG_USB_STORAGE_MAXTOR_ONETOUCH_PERSO_APP_PATH="/sbin/onetouch" # CONFIG_USB_STORAGE_SDDR55 is not set # CONFIG_USB_STORAGE_JUMPSHOT is not set # CONFIG_USB_ACM is not set -# CONFIG_USB_PRINTER is not set +CONFIG_USB_PRINTER=m # CONFIG_USB_HID is not set # CONFIG_USB_HIDINPUT is not set # CONFIG_USB_HIDDEV is not set @@ -934,7 +934,13 @@ CONFIG_USB_USBNET=m # # USB Serial Converter support # -# CONFIG_USB_SERIAL is not set +CONFIG_USB_SERIAL=m +CONFIG_USB_SERIAL_GENERIC=y +CONFIG_USB_SERIAL_VISOR=m +CONFIG_USB_SERIAL_BELKIN=m +CONFIG_USB_SERIAL_FTDI_SIO=m +CONFIG_USB_SERIAL_MCT_U232=m +CONFIG_USB_SERIAL_PL2303=y # CONFIG_USB_RIO500 is not set # CONFIG_USB_AUERSWALD is not set # CONFIG_USB_TIGL is not set |