* updated klickety (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / architecture / share / linux-net.conf.m4
blob96e243782a7a6098c8039e69efa0ba6e2016a465
1 dnl --- T2-COPYRIGHT-NOTE-BEGIN ---
2 dnl This copyright note is auto-generated by scripts/Create-CopyPatch.
3 dnl 
4 dnl T2 SDE: architecture/share/linux-net.conf.m4
5 dnl Copyright (C) 2004 - 2021 The T2 SDE Project
6 dnl 
7 dnl More information can be found in the files COPYING and README.
8 dnl 
9 dnl This program is free software; you can redistribute it and/or modify
10 dnl it under the terms of the GNU General Public License as published by
11 dnl the Free Software Foundation; version 2 of the License. A copy of the
12 dnl GNU General Public License can be found in the file COPYING.
13 dnl --- T2-COPYRIGHT-NOTE-END ---
15 dnl the basic sections
16 dnl
17 CONFIG_NET=y
18 CONFIG_PACKET=y
19 CONFIG_PACKET_MMAP=y
20 CONFIG_UNIX=y
21 CONFIG_INET=y
22 CONFIG_NETLINK=y
23 CONFIG_RTNETLINK=y
25 CONFIG_NETDEVICES=y
26 CONFIG_NET_ETHERNET=y
28 CONFIG_NET_ISA=y
29 CONFIG_NET_EISA=y
30 CONFIG_NET_PCI=y
31 CONFIG_NET_POCKET=y
33 dnl Enable some vendor sections
34 dnl
35 CONFIG_NET_VENDOR_3COM=y
36 CONFIG_NET_VENDOR_SMC=y
37 CONFIG_NET_VENDOR_RACAL=y
39 dnl make sure those are modular (built-in by default)
40 dnl
41 CONFIG_8139TOO=m
42 CONFIG_FORCEDETH=m
43 CONFIG_E1000=m
45 dnl Enable some categories so drivers are enabled as modules
46 dnl
47 CONFIG_NET_RADIO=y
48 CONFIG_NET_PCMCIA=y
49 CONFIG_NET_TULIP=y
51 dnl Misc network device support
52 dnl
53 CONFIG_PPP=y
54 CONFIG_PPP_FILTER=y
56 dnl Enable IP autoconfiguration
57 dnl
58 # CONFIG_IP_PNP is not set
59 dnl CONFIG_IP_PNP_BOOTP=y
60 dnl CONFIG_IP_PNP_DHCP=y
62 dnl Enable some nice networking features
63 dnl
64 CONFIG_IP_ADVANCED_ROUTER=y
65 CONFIG_IP_MULTIPLE_TABLES=y
66 CONFIG_IP_MULTICAST=y
67 CONFIG_FILTER=y
69 dnl Enable QoS and IP-Tables (drivers themself are modules)
70 dnl 
71 CONFIG_NET_SCHED=y
72 CONFIG_NETFILTER=y
73 CONFIG_NET_QOS=y
74 CONFIG_NET_CLS=y
76 dnl Disable dangerous packet generator
77 dnl
78 # CONFIG_NET_PKTGEN is not set
80 dnl Important BT settings, RFCOM_TTY that is
81 dnl
82 CONFIG_BT=y
83 CONFIG_BT_L2CAP=m
84 CONFIG_BT_RFCOMM=m
85 CONFIG_BT_RFCOMM_TTY=y
87 dnl Enable fibre channel support
88 CONFIG_NET_FC=y
90 dnl Wireless Fidelity
91 CONFIG_WLAN_PRE80211=y
92 CONFIG_WLAN_80211=y
94 dnl some more vendor options
95 CONFIG_BRCMFMAC_USB=y
96 CONFIG_BRCMFMAC_PCIE=y
98 dnl rare / obsolete stuff
99 # CONFIG_ISDN is not set
100 # CONFIG_WIMAX is not set
101 # CONFIG_DECNET is not set