arm/iop32x: Enable some more USB network modules.

svn path=/dists/sid/linux-2.6/; revision=7152
This commit is contained in:
Martin Michlmayr 2006-08-13 20:44:39 +00:00
parent 097091f747
commit 3738bec3d1
2 changed files with 5 additions and 4 deletions

View File

@ -1630,17 +1630,17 @@ CONFIG_USB_MICROTEK=m
#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
CONFIG_USB_CATC=m
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m
# CONFIG_USB_RTL8150 is not set
CONFIG_USB_RTL8150=m
CONFIG_USB_USBNET=m
CONFIG_USB_NET_AX8817X=m
CONFIG_USB_NET_CDCETHER=m
# CONFIG_USB_NET_GL620A is not set
CONFIG_USB_NET_NET1080=m
# CONFIG_USB_NET_PLUSB is not set
# CONFIG_USB_NET_RNDIS_HOST is not set
CONFIG_USB_NET_PLUSB=m
CONFIG_USB_NET_RNDIS_HOST=m
CONFIG_USB_NET_CDC_SUBSET=m
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ linux-2.6 (2.6.17-7) UNRELEASED; urgency=low
* arm/iop32x: Unset CONFIG_BLK_DEV_AMD74XX since it fails on ARM
with "Unknown symbol pci_get_legacy_ide_irq".
* arm/iop32x: Enable a number of MD and DM modules.
* arm/iop32x: Enable some more USB network modules.
[ Kyle McMartin ]
* Apply patch to fix pa8800 (mostly...)