diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-01-06 12:22:29 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-01-06 12:22:29 +0000 |
commit | b618c4a0585329042aa15ba2b9eee917f0686a74 (patch) | |
tree | 7d283aae89a2e373680a5c0c662b01c71a84dcd0 /target/linux/linux-2.6/config/x86 | |
parent | e3ee5c02e6a2e7e0c137701c4b32bf2fdfd1b9df (diff) | |
download | upstream-b618c4a0585329042aa15ba2b9eee917f0686a74.tar.gz upstream-b618c4a0585329042aa15ba2b9eee917f0686a74.tar.bz2 upstream-b618c4a0585329042aa15ba2b9eee917f0686a74.zip |
Added support for ATM (needed by ueagle-atm), USB ATM, and VISOR USB serial controller to 2.6 and 2.4 x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2845 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.6/config/x86')
-rw-r--r-- | target/linux/linux-2.6/config/x86 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/target/linux/linux-2.6/config/x86 b/target/linux/linux-2.6/config/x86 index 33bbf4f226..8cb65cc735 100644 --- a/target/linux/linux-2.6/config/x86 +++ b/target/linux/linux-2.6/config/x86 @@ -488,6 +488,13 @@ CONFIG_IP_DCCP_TFRC_LIB=m # # CONFIG_IP_SCTP is not set # CONFIG_ATM is not set +CONFIG_ATM=m +CONFIG_ATM_CLIP=m +CONFIG_ATM_CLIP_NO_ICMP=y +CONFIG_ATM_LANE=m +CONFIG_ATM_MPOA=m +CONFIG_ATM_BR2684=m +CONFIG_ATM_BR2684_IPFILTER=y CONFIG_BRIDGE=y CONFIG_VLAN_8021Q=y # CONFIG_DECNET is not set @@ -1650,7 +1657,7 @@ CONFIG_USB_SERIAL_BELKIN=m # CONFIG_USB_SERIAL_CYPRESS_M8 is not set # CONFIG_USB_SERIAL_EMPEG is not set CONFIG_USB_SERIAL_FTDI_SIO=m -# CONFIG_USB_SERIAL_VISOR is not set +CONFIG_USB_SERIAL_VISOR=m # CONFIG_USB_SERIAL_IPAQ is not set # CONFIG_USB_SERIAL_IR is not set # CONFIG_USB_SERIAL_EDGEPORT is not set @@ -1692,6 +1699,10 @@ CONFIG_USB_SERIAL_PL2303=m # # USB DSL modem support # +CONFIG_USB_ATM=m +# CONFIG_USB_SPEEDTOUCH is not set +# CONFIG_USB_CXACRU is not set +# CONFIG_USB_XUSBATM is not set # # USB Gadget Support |