arm: Enable CONFIG_USB_ATM.

svn path=/dists/trunk/linux-2.6/; revision=7716
This commit is contained in:
Martin Michlmayr 2006-11-08 09:51:39 +00:00
parent 935b7c4e69
commit 465606d350
3 changed files with 18 additions and 3 deletions

View File

@ -927,14 +927,14 @@ CONFIG_NET_WIRELESS=y
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
# CONFIG_PPP_MPPE is not set
# CONFIG_PPPOE is not set
CONFIG_PPP_MPPE=m
CONFIG_PPPOE=m
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
@ -1688,6 +1688,11 @@ CONFIG_USB_LD=m
#
# USB DSL modem support
#
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
CONFIG_USB_CXACRU=m
CONFIG_USB_UEAGLEATM=m
CONFIG_USB_XUSBATM=m
#
# USB Gadget Support

View File

@ -1643,6 +1643,11 @@ CONFIG_USB_LD=m
#
# USB DSL modem support
#
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
CONFIG_USB_CXACRU=m
CONFIG_USB_UEAGLEATM=m
CONFIG_USB_XUSBATM=m
#
# USB Gadget Support

5
debian/changelog vendored
View File

@ -28,6 +28,11 @@ linux-2.6 (2.6.18-5) UNRELEASED; urgency=low
will still compile without having to cripple gcc-4.1's checking of
whether the correct instruction set is used. Closes: #397139.
[ Martin Michlmayr ]
* arm/ixp4xx: Enable CONFIG_USB_ATM.
* arm/iop32x: Enable CONFIG_PPPOE.
* arm/iop32x: Enable CONFIG_USB_ATM.
-- maximilian attems <maks@sternwelten.at> Wed, 8 Nov 2006 00:26:39 +0100
linux-2.6 (2.6.18-4) unstable; urgency=low