| 1 | menu "Target Root Filesystem"
|
|---|
| 2 |
|
|---|
| 3 | config BR2_TARGET_ROOTFS_JFFS2
|
|---|
| 4 | bool "jffs2"
|
|---|
| 5 | default y
|
|---|
| 6 | help
|
|---|
| 7 | Build a jffs2 root filesystem
|
|---|
| 8 |
|
|---|
| 9 | config BR2_TARGET_ROOTFS_SQUASHFS_LZMA
|
|---|
| 10 | bool "squashfs-lzma"
|
|---|
| 11 | default y
|
|---|
| 12 | depends !BR2_LINUX_2_6_ARUBA
|
|---|
| 13 | depends !BR2_LINUX_2_6_XSCALE
|
|---|
| 14 | help
|
|---|
| 15 | Build a squashfs-lzma root filesystem
|
|---|
| 16 |
|
|---|
| 17 | config BR2_TARGET_ROOTFS_TGZ
|
|---|
| 18 | bool "tgz"
|
|---|
| 19 | default y
|
|---|
| 20 | help
|
|---|
| 21 | Build a compressed tar archive of the the root filesystem
|
|---|
| 22 |
|
|---|
| 23 | endmenu
|
|---|
| 24 |
|
|---|
| 25 | menu "Kernel Configuration / Device Support"
|
|---|
| 26 |
|
|---|
| 27 | comment "Device specific configuration"
|
|---|
| 28 |
|
|---|
| 29 | source "target/linux/*-2.[46]/Config.in"
|
|---|
| 30 |
|
|---|
| 31 | comment "Kernel modules"
|
|---|
| 32 |
|
|---|
| 33 | menu "Networking modules"
|
|---|
| 34 |
|
|---|
| 35 | config BR2_PACKAGE_KMOD_ATM
|
|---|
| 36 | prompt "kmod-atm.......................... ATM support"
|
|---|
| 37 | tristate
|
|---|
| 38 | default y if BR2_LINUX_2_4_AR7
|
|---|
| 39 | default m
|
|---|
| 40 | help
|
|---|
| 41 | ATM support
|
|---|
| 42 |
|
|---|
| 43 | config BR2_PACKAGE_KMOD_GRE
|
|---|
| 44 | prompt "kmod-gre.......................... GRE tunneling driver"
|
|---|
| 45 | tristate
|
|---|
| 46 | default m
|
|---|
| 47 | help
|
|---|
| 48 | Kernel support for GRE tunnels
|
|---|
| 49 |
|
|---|
| 50 | config BR2_PACKAGE_KMOD_IMQ
|
|---|
| 51 | prompt "kmod-imq.......................... Intermediate Queueing device"
|
|---|
| 52 | tristate
|
|---|
| 53 | default m
|
|---|
| 54 | help
|
|---|
| 55 | Kernel support for the Intermediate Queueing device
|
|---|
| 56 |
|
|---|
| 57 | config BR2_PACKAGE_KMOD_IPIP
|
|---|
| 58 | prompt "kmod-ipip......................... IP in IP encapsulation support"
|
|---|
| 59 | tristate
|
|---|
| 60 | default m
|
|---|
| 61 | help
|
|---|
| 62 | Kernel module for IP in IP encapsulation
|
|---|
| 63 |
|
|---|
| 64 | config BR2_PACKAGE_KMOD_IPV6
|
|---|
| 65 | prompt "kmod-ipv6......................... IPv6 support"
|
|---|
| 66 | tristate
|
|---|
| 67 | default m
|
|---|
| 68 | help
|
|---|
| 69 | Kernel modules for IPv6 protocol support
|
|---|
| 70 |
|
|---|
| 71 | config BR2_PACKAGE_KMOD_PPP
|
|---|
| 72 | prompt "kmod-ppp.......................... PPP support"
|
|---|
| 73 | tristate
|
|---|
| 74 | default m
|
|---|
| 75 | help
|
|---|
| 76 | Kernel support for PPP
|
|---|
| 77 |
|
|---|
| 78 | config BR2_PACKAGE_KMOD_MPPE
|
|---|
| 79 | prompt "kmod-mppe....................... PPP MPPE/MPPC module"
|
|---|
| 80 | tristate
|
|---|
| 81 | default m
|
|---|
| 82 | depends BR2_PACKAGE_KMOD_PPP
|
|---|
| 83 | select BR2_PACKAGE_KMOD_CRYPTO
|
|---|
| 84 | help
|
|---|
| 85 | Support for Microsoft PPP Encryption/Compression
|
|---|
| 86 |
|
|---|
| 87 | config BR2_PACKAGE_KMOD_PPPOATM
|
|---|
| 88 | prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support"
|
|---|
| 89 | tristate
|
|---|
| 90 | default y if BR2_LINUX_2_4_AR7
|
|---|
| 91 | default m
|
|---|
| 92 | depends BR2_PACKAGE_KMOD_PPP
|
|---|
| 93 | select BR2_PACKAGE_KMOD_ATM
|
|---|
| 94 | help
|
|---|
| 95 | Support for PPP over ATM
|
|---|
| 96 |
|
|---|
| 97 | config BR2_PACKAGE_KMOD_PPPOE
|
|---|
| 98 | prompt "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support"
|
|---|
| 99 | tristate
|
|---|
| 100 | default m
|
|---|
| 101 | depends BR2_PACKAGE_KMOD_PPP
|
|---|
| 102 | help
|
|---|
| 103 | Support for PPP over Ethernet
|
|---|
| 104 |
|
|---|
| 105 | config BR2_PACKAGE_KMOD_RING
|
|---|
| 106 | prompt "kmod-ring......................... PF Ring"
|
|---|
| 107 | tristate
|
|---|
| 108 | default m
|
|---|
| 109 | help
|
|---|
| 110 | PF Ring
|
|---|
| 111 |
|
|---|
| 112 | config BR2_PACKAGE_KMOD_SCHED
|
|---|
| 113 | prompt "kmod-sched........................ Traffic schedulers"
|
|---|
| 114 | tristate
|
|---|
| 115 | default m
|
|---|
| 116 | help
|
|---|
| 117 | Kernel schedulers for IP traffic
|
|---|
| 118 |
|
|---|
| 119 | config BR2_PACKAGE_KMOD_TUN
|
|---|
| 120 | prompt "kmod-tun.......................... Universal TUN/TAP driver"
|
|---|
| 121 | tristate
|
|---|
| 122 | default m
|
|---|
| 123 | help
|
|---|
| 124 | Kernel support for the TUN/TAP tunneling device
|
|---|
| 125 |
|
|---|
| 126 | endmenu
|
|---|
| 127 |
|
|---|
| 128 | menu "Filtering/Firewalling"
|
|---|
| 129 |
|
|---|
| 130 | config BR2_PACKAGE_KMOD_ARPTABLES
|
|---|
| 131 | prompt "kmod-arptables.................... ARP firewalling support"
|
|---|
| 132 | tristate
|
|---|
| 133 | default m
|
|---|
| 134 | help
|
|---|
| 135 | Kernel modules for ARP firewalling
|
|---|
| 136 |
|
|---|
| 137 | config BR2_PACKAGE_KMOD_EBTABLES
|
|---|
| 138 | prompt "kmod-ebtables..................... Ethernet Bridge firewalling support"
|
|---|
| 139 | tristate
|
|---|
| 140 | default m
|
|---|
| 141 | help
|
|---|
| 142 | Kernel modules for bridge firewalling
|
|---|
| 143 |
|
|---|
| 144 | config BR2_PACKAGE_KMOD_IPTABLES
|
|---|
| 145 | prompt "kmod-iptables..................... Core Netfilter modules for IPv4 firewalling"
|
|---|
| 146 | tristate
|
|---|
| 147 | default y
|
|---|
| 148 | help
|
|---|
| 149 | Kernel modules for IPv4 firewalling
|
|---|
| 150 |
|
|---|
| 151 | config BR2_PACKAGE_KMOD_IPTABLES_EXTRA
|
|---|
| 152 | prompt "kmod-iptables-extra............... Extra Netfilter modules for IPv4 firewalling (meta-package)"
|
|---|
| 153 | tristate
|
|---|
| 154 | default m
|
|---|
| 155 | select BR2_PACKAGE_KMOD_IPT_CONNTRACK
|
|---|
| 156 | select BR2_PACKAGE_KMOD_IPT_FILTER
|
|---|
| 157 | select BR2_PACKAGE_KMOD_IPT_IPOPT
|
|---|
| 158 | select BR2_PACKAGE_KMOD_IPT_IPSEC
|
|---|
| 159 | select BR2_PACKAGE_KMOD_IPT_NAT
|
|---|
| 160 | select BR2_PACKAGE_KMOD_IPT_NAT_EXTRA
|
|---|
| 161 | select BR2_PACKAGE_KMOD_IPT_QUEUE
|
|---|
| 162 | select BR2_PACKAGE_KMOD_IPT_ULOG
|
|---|
| 163 | select BR2_PACKAGE_KMOD_IPT_EXTRA
|
|---|
| 164 | help
|
|---|
| 165 | Extra Netfilter kernel modules for IPv4 firewalling (meta-package)
|
|---|
| 166 |
|
|---|
| 167 | config BR2_PACKAGE_KMOD_IPT_CONNTRACK
|
|---|
| 168 | prompt "kmod-ipt-conntrack................ Netfilter modules for connection tracking"
|
|---|
| 169 | tristate
|
|---|
| 170 | default m
|
|---|
| 171 | help
|
|---|
| 172 | Netfilter (IPv4) kernel modules for connection tracking
|
|---|
| 173 |
|
|---|
| 174 | Includes:
|
|---|
| 175 | * ipt_conntrack
|
|---|
| 176 | * ipt_helper
|
|---|
| 177 | * ipt_connmark/CONNMARK
|
|---|
| 178 |
|
|---|
| 179 | config BR2_PACKAGE_KMOD_IPT_FILTER
|
|---|
| 180 | prompt "kmod-ipt-filter................... Netfilter modules for packet content inspection"
|
|---|
| 181 | tristate
|
|---|
| 182 | default m
|
|---|
| 183 | help
|
|---|
| 184 | Netfilter (IPv4) kernel modules for packet content inspection
|
|---|
| 185 |
|
|---|
| 186 | Includes:
|
|---|
| 187 | * ipt_ipp2p
|
|---|
| 188 | * ipt_layer7
|
|---|
| 189 |
|
|---|
| 190 | config BR2_PACKAGE_KMOD_IPT_IPOPT
|
|---|
| 191 | prompt "kmod-ipt-ipopt.................... Netfilter modules for matching/changing IP packet options"
|
|---|
| 192 | tristate
|
|---|
| 193 | default m
|
|---|
| 194 | help
|
|---|
| 195 | Netfilter (IPv4) kernel modules for matching/changing IP packet options
|
|---|
| 196 |
|
|---|
| 197 | Includes:
|
|---|
| 198 | * ipt_dscp/DSCP
|
|---|
| 199 | * ipt_ecn/ECN
|
|---|
| 200 | * ipt_length
|
|---|
| 201 | * ipt_mac
|
|---|
| 202 | * ipt_tos/TOS
|
|---|
| 203 | * ipt_tcpmms
|
|---|
| 204 | * ipt_ttl/TTL
|
|---|
| 205 | * ipt_unclean
|
|---|
| 206 |
|
|---|
| 207 | config BR2_PACKAGE_KMOD_IPT_IPSEC
|
|---|
| 208 | prompt "kmod-ipt-ipsec.................... Netfilter modules for matching IPsec packets"
|
|---|
| 209 | tristate
|
|---|
| 210 | default m
|
|---|
| 211 | help
|
|---|
| 212 | Netfilter (IPv4) kernel modules for matching IPsec packets
|
|---|
| 213 |
|
|---|
| 214 | Includes:
|
|---|
| 215 | * ipt_ah
|
|---|
| 216 | * ipt_esp
|
|---|
| 217 |
|
|---|
| 218 | config BR2_PACKAGE_KMOD_IPT_NAT
|
|---|
| 219 | prompt "kmod-ipt-nat...................... Netfilter modules for different NAT targets"
|
|---|
| 220 | tristate
|
|---|
| 221 | default m
|
|---|
| 222 | help
|
|---|
| 223 | Netfilter (IPv4) kernel modules for different NAT targets
|
|---|
| 224 |
|
|---|
| 225 | Includes:
|
|---|
| 226 | * ipt_REDIRECT
|
|---|
| 227 |
|
|---|
| 228 | config BR2_PACKAGE_KMOD_IPT_NAT_EXTRA
|
|---|
| 229 | prompt "kmod-ipt-nat-extra................ Extra Netfilter NAT modules for special protocols"
|
|---|
| 230 | tristate
|
|---|
| 231 | default m
|
|---|
| 232 | help
|
|---|
| 233 | Extra Netfilter (IPv4) NAT kernel modules for special protocols
|
|---|
| 234 |
|
|---|
| 235 | Includes:
|
|---|
| 236 | * ip_conntrack_amanda
|
|---|
| 237 | * ip_conntrack_proto_gre
|
|---|
| 238 | * ip_nat_proto_gre
|
|---|
| 239 | * ip_conntrack_pptp
|
|---|
| 240 | * ip_nat_pptp
|
|---|
| 241 | * ip_conntrack_sip
|
|---|
| 242 | * ip_nat_sip
|
|---|
| 243 | * ip_nat_snmp_basic
|
|---|
| 244 | * ip_conntrack_tftp
|
|---|
| 245 |
|
|---|
| 246 | config BR2_PACKAGE_KMOD_IPT_QUEUE
|
|---|
| 247 | prompt "kmod-ipt-queue.................... Netfilter module for user-space packet queueing"
|
|---|
| 248 | tristate
|
|---|
| 249 | default m
|
|---|
| 250 | help
|
|---|
| 251 | Netfilter (IPv4) module for user-space packet queueing
|
|---|
| 252 |
|
|---|
| 253 | Includes:
|
|---|
| 254 | * ipt_QUEUE
|
|---|
| 255 |
|
|---|
| 256 | config BR2_PACKAGE_KMOD_IPT_ULOG
|
|---|
| 257 | prompt "kmod-ipt-ulog..................... Netfilter module for user-space packet logging"
|
|---|
| 258 | tristate
|
|---|
| 259 | default m
|
|---|
| 260 | help
|
|---|
| 261 | Netfilter (IPv4) module for user-space packet logging
|
|---|
| 262 |
|
|---|
| 263 | Includes:
|
|---|
| 264 | * ipt_ULOG
|
|---|
| 265 |
|
|---|
| 266 | config BR2_PACKAGE_KMOD_IPT_EXTRA
|
|---|
| 267 | prompt "kmod-ipt-extra.................... Other extra Netfilter modules"
|
|---|
| 268 | tristate
|
|---|
| 269 | default m
|
|---|
| 270 | help
|
|---|
| 271 | Other extra Netfilter (IPv4) kernel modules
|
|---|
| 272 |
|
|---|
| 273 | Includes:
|
|---|
| 274 | * ipt_limit
|
|---|
| 275 | * ipt_owner
|
|---|
| 276 | * ipt_physdev
|
|---|
| 277 | * ipt_pkttype
|
|---|
| 278 | * ipt_recent
|
|---|
| 279 |
|
|---|
| 280 | config BR2_PACKAGE_KMOD_IP6TABLES
|
|---|
| 281 | prompt "kmod-ip6tables.................... Kernel modules for ip6tables"
|
|---|
| 282 | tristate
|
|---|
| 283 | default m
|
|---|
| 284 | depends BR2_PACKAGE_KMOD_IPV6
|
|---|
| 285 | help
|
|---|
| 286 | IPv6 firewalling support
|
|---|
| 287 |
|
|---|
| 288 | endmenu
|
|---|
| 289 |
|
|---|
| 290 | menu "Block devices support"
|
|---|
| 291 |
|
|---|
| 292 | config BR2_PACKAGE_KMOD_IDE
|
|---|
| 293 | prompt "kmod-ide.......................... IDE support"
|
|---|
| 294 | tristate
|
|---|
| 295 | default m
|
|---|
| 296 | depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86 || BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_BRCM
|
|---|
| 297 | help
|
|---|
| 298 | Kernel modules for IDE support
|
|---|
| 299 | useful for usb mass storage devices (e.g. on WL-HDD)
|
|---|
| 300 |
|
|---|
| 301 | Includes:
|
|---|
| 302 | - ide-core
|
|---|
| 303 | - ide-detect
|
|---|
| 304 | - ide-disk
|
|---|
| 305 | - pdc202xx_old
|
|---|
| 306 |
|
|---|
| 307 | config BR2_PACKAGE_KMOD_LOOP
|
|---|
| 308 | prompt "kmod-loop......................... Loop mount support"
|
|---|
| 309 | tristate
|
|---|
| 310 | default m
|
|---|
| 311 | help
|
|---|
| 312 | Kernel module for loop mount support
|
|---|
| 313 |
|
|---|
| 314 | config BR2_PACKAGE_KMOD_NBD
|
|---|
| 315 | prompt "kmod-nbd.......................... Network Block Device"
|
|---|
| 316 | tristate
|
|---|
| 317 | default m
|
|---|
| 318 | help
|
|---|
| 319 | Kernel module for network block device
|
|---|
| 320 |
|
|---|
| 321 | endmenu
|
|---|
| 322 |
|
|---|
| 323 | config BR2_PACKAGE_KMOD_CRYPTO
|
|---|
| 324 | prompt "CryptoAPI modules"
|
|---|
| 325 | tristate
|
|---|
| 326 | default m
|
|---|
| 327 | select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
|
|---|
| 328 | help
|
|---|
| 329 | Kernel modules for cryptographic algorithms
|
|---|
| 330 |
|
|---|
| 331 | menu "Filesystems support"
|
|---|
| 332 |
|
|---|
| 333 | config BR2_PACKAGE_KMOD_FS_CIFS
|
|---|
| 334 | prompt "kmod-fs-cifs...................... CIFS support"
|
|---|
| 335 | tristate
|
|---|
| 336 | default m
|
|---|
| 337 | help
|
|---|
| 338 | Kernel modules for CIFS support
|
|---|
| 339 |
|
|---|
| 340 | config BR2_PACKAGE_KMOD_FS_EXT2
|
|---|
| 341 | prompt "kmod-fs-ext2...................... EXT2 filesystem support"
|
|---|
| 342 | tristate
|
|---|
| 343 | default m
|
|---|
| 344 | help
|
|---|
| 345 | Kernel modules for EXT2 filesystem support
|
|---|
| 346 |
|
|---|
| 347 | config BR2_PACKAGE_KMOD_FS_EXT3
|
|---|
| 348 | prompt "kmod-fs-ext3...................... EXT3 filesystem support"
|
|---|
| 349 | tristate
|
|---|
| 350 | default m
|
|---|
| 351 | help
|
|---|
| 352 | Kernel modules for EXT3 filesystem support
|
|---|
| 353 |
|
|---|
| 354 | config BR2_PACKAGE_KMOD_FS_HFSPLUS
|
|---|
| 355 | prompt "kmod-fs-hfsplus................... HFS+ filesystem support"
|
|---|
| 356 | tristate
|
|---|
| 357 | default m
|
|---|
| 358 | help
|
|---|
| 359 | Kernel modules for HFS+ filesystem support
|
|---|
| 360 |
|
|---|
| 361 | config BR2_PACKAGE_KMOD_FS_NFS
|
|---|
| 362 | prompt "kmod-fs-nfs....................... NFS support"
|
|---|
| 363 | tristate
|
|---|
| 364 | default m
|
|---|
| 365 | help
|
|---|
| 366 | Kernel modules for NFS support
|
|---|
| 367 | Includes lockd, nfs and sunrpc
|
|---|
| 368 |
|
|---|
| 369 | config BR2_PACKAGE_KMOD_FS_VFAT
|
|---|
| 370 | prompt "kmod-fs-vfat...................... VFAT filesystem support"
|
|---|
| 371 | tristate
|
|---|
| 372 | default m
|
|---|
| 373 | help
|
|---|
| 374 | Kernel modules for VFAT filesystem support
|
|---|
| 375 | useful for usb mass storage devices
|
|---|
| 376 |
|
|---|
| 377 | config BR2_PACKAGE_KMOD_FS_XFS
|
|---|
| 378 | prompt "kmod-fs-xfs....................... XFS filesystem support"
|
|---|
| 379 | tristate
|
|---|
| 380 | default m
|
|---|
| 381 | help
|
|---|
| 382 | Kernel modules for XFS filesystem support
|
|---|
| 383 |
|
|---|
| 384 | endmenu
|
|---|
| 385 |
|
|---|
| 386 | menu "Multimedia devices support"
|
|---|
| 387 |
|
|---|
| 388 | config BR2_PACKAGE_KMOD_PWC
|
|---|
| 389 | prompt "kmod-pwc.......................... Kernel driver for USB Philips Cameras"
|
|---|
| 390 | tristate
|
|---|
| 391 | depends BR2_PACKAGE_KMOD_USB
|
|---|
| 392 | default m
|
|---|
| 393 |
|
|---|
| 394 | config BR2_PACKAGE_KMOD_SOUNDCORE
|
|---|
| 395 | prompt "kmod-soundcore.................... Soundcard support"
|
|---|
| 396 | tristate
|
|---|
| 397 | default n
|
|---|
| 398 | help
|
|---|
| 399 | Base support for soundcards
|
|---|
| 400 | Requires either USB soundcard support (OSS) or ALSA package to be useful
|
|---|
| 401 |
|
|---|
| 402 | config BR2_PACKAGE_KMOD_VIDEODEV
|
|---|
| 403 | prompt "kmod-videodev..................... Video (For Linux) kernel support"
|
|---|
| 404 | tristate
|
|---|
| 405 | default m
|
|---|
| 406 |
|
|---|
| 407 | endmenu
|
|---|
| 408 |
|
|---|
| 409 | menu "Native Language support"
|
|---|
| 410 |
|
|---|
| 411 | config BR2_PACKAGE_KMOD_NLS_BASE
|
|---|
| 412 | prompt "kmod-nls-base..................... Native Language support"
|
|---|
| 413 | tristate
|
|---|
| 414 | default m
|
|---|
| 415 | help
|
|---|
| 416 | Kernel native language support
|
|---|
| 417 |
|
|---|
| 418 | config BR2_PACKAGE_KMOD_NLS_CP437
|
|---|
| 419 | prompt "kmod-nls-cp437.................. Codepage 437 (United States, Canada)"
|
|---|
| 420 | tristate
|
|---|
| 421 | default m
|
|---|
| 422 | depends BR2_PACKAGE_KMOD_NLS_BASE
|
|---|
| 423 | help
|
|---|
| 424 | Kernel native language support
|
|---|
| 425 |
|
|---|
| 426 | config BR2_PACKAGE_KMOD_NLS_CP850
|
|---|
| 427 | prompt "kmod-nls-cp850.................. Codepage 850 (Europe)"
|
|---|
| 428 | tristate
|
|---|
| 429 | default m
|
|---|
| 430 | depends BR2_PACKAGE_KMOD_NLS_BASE
|
|---|
| 431 | help
|
|---|
| 432 | Kernel native language support
|
|---|
| 433 |
|
|---|
| 434 | config BR2_PACKAGE_KMOD_NLS_ISO8859_1
|
|---|
| 435 | prompt "kmod-nls-iso8859-1.............. NLS ISO 8859-1 (Latin 1; Western European Languages)"
|
|---|
| 436 | tristate
|
|---|
| 437 | default m
|
|---|
| 438 | depends BR2_PACKAGE_KMOD_NLS_BASE
|
|---|
| 439 | help
|
|---|
| 440 | Kernel native language support
|
|---|
| 441 |
|
|---|
| 442 | config BR2_PACKAGE_KMOD_NLS_ISO8859_15
|
|---|
| 443 | prompt "kmod-nls-iso8859-15............. NLS ISO 8859-15 (Latin 15; Western European Languages with Euro)"
|
|---|
| 444 | tristate
|
|---|
| 445 | default m
|
|---|
| 446 | depends BR2_PACKAGE_KMOD_NLS_BASE
|
|---|
| 447 | help
|
|---|
| 448 | Kernel native language support
|
|---|
| 449 |
|
|---|
| 450 | config BR2_PACKAGE_KMOD_NLS_UTF8
|
|---|
| 451 | prompt "kmod-nls-utf8................... NLS UTF8"
|
|---|
| 452 | tristate
|
|---|
| 453 | default m
|
|---|
| 454 | depends BR2_PACKAGE_KMOD_NLS_BASE
|
|---|
| 455 | help
|
|---|
| 456 | Kernel native language support
|
|---|
| 457 |
|
|---|
| 458 | endmenu
|
|---|
| 459 |
|
|---|
| 460 | menu "Network devices support"
|
|---|
| 461 | depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86
|
|---|
| 462 |
|
|---|
| 463 | config BR2_PACKAGE_KMOD_NET_3C59X
|
|---|
| 464 | prompt "kmod-net-3c59x.................... 3Com 3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" Ethernet kernel support"
|
|---|
| 465 | tristate
|
|---|
| 466 | depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86
|
|---|
| 467 | default m
|
|---|
| 468 | help
|
|---|
| 469 | This option enables driver support for a large number of 10mbps and
|
|---|
| 470 | 10/100mbps EISA, PCI and PCMCIA 3Com network cards:
|
|---|
| 471 |
|
|---|
| 472 | * "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
|
|---|
| 473 | * "Boomerang" (EtherLink XL 3c900 or 3c905) PCI
|
|---|
| 474 | * "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus
|
|---|
| 475 | * "Tornado" (3c905) PCI
|
|---|
| 476 | * "Hurricane" (3c555/3cSOHO) PCI
|
|---|
| 477 |
|
|---|
| 478 | config BR2_PACKAGE_KMOD_NET_8139TOO
|
|---|
| 479 | prompt "kmod-net-8139too.................. RealTek RTL-8139 PCI Fast Ethernet Adapter kernel support"
|
|---|
| 480 | tristate
|
|---|
| 481 | depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86
|
|---|
| 482 | default m
|
|---|
| 483 | help
|
|---|
| 484 | This is a driver for the Fast Ethernet PCI network cards based on
|
|---|
| 485 | the RTL8139 chips.
|
|---|
| 486 |
|
|---|
| 487 | config BR2_PACKAGE_KMOD_NET_AIRO
|
|---|
| 488 | prompt "kmod-net-airo..................... Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards kernel support"
|
|---|
| 489 | tristate
|
|---|
| 490 | depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86
|
|---|
| 491 | default m
|
|---|
| 492 | help
|
|---|
| 493 | This is the standard Linux driver to support Cisco/Aironet ISA and
|
|---|
| 494 | PCI 802.11 wireless cards.
|
|---|
| 495 | It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
|
|---|
| 496 | - with or without encryption) as well as card before the Cisco
|
|---|
| 497 | acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
|
|---|
| 498 |
|
|---|
| 499 | This driver support both the standard Linux Wireless Extensions
|
|---|
| 500 | and Cisco proprietary API, so both the Linux Wireless Tools and the
|
|---|
| 501 | Cisco Linux utilities can be used to configure the card.
|
|---|
| 502 |
|
|---|
| 503 | config BR2_PACKAGE_KMOD_NET_E100
|
|---|
| 504 | prompt "kmod-net-e100..................... Intel(R) PRO/100+ cards kernel support"
|
|---|
| 505 | tristate
|
|---|
| 506 | depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86
|
|---|
| 507 | default m
|
|---|
| 508 | help
|
|---|
| 509 | Intel(R) PRO/100+ cards kernel support
|
|---|
| 510 |
|
|---|
| 511 | config BR2_PACKAGE_KMOD_NET_HERMES
|
|---|
| 512 | prompt "kmod-net-hermes................... Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) kernel support"
|
|---|
| 513 | tristate
|
|---|
| 514 | depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86
|
|---|
| 515 | default m
|
|---|
| 516 | help
|
|---|
| 517 | A driver for 802.11b wireless cards based based on the "Hermes" or
|
|---|
| 518 | Intersil HFA384x (Prism 2) MAC controller. This includes the vast
|
|---|
| 519 | majority of the PCMCIA 802.11b cards (which are nearly all rebadges)
|
|---|
| 520 | - except for the Cisco/Aironet cards. Cards supported include the
|
|---|
| 521 | Apple Airport (not a PCMCIA card), WavelanIEEE/Orinoco,
|
|---|
| 522 | Cabletron/EnteraSys Roamabout, ELSA AirLancer, MELCO Buffalo, Avaya,
|
|---|
| 523 | IBM High Rate Wireless, Farralon Syyline, Samsung MagicLAN, Netgear
|
|---|
| 524 | MA401, LinkSys WPC-11, D-Link DWL-650, 3Com AirConnect, Intel
|
|---|
| 525 | PRO/Wireless, and Symbol Spectrum24 High Rate amongst others.
|
|---|
| 526 |
|
|---|
| 527 | config BR2_PACKAGE_KMOD_NET_HERMES_PCI
|
|---|
| 528 | prompt "kmod-net-hermes-pci............. Intersil Prism 2.5 PCI 802.11b adaptor support"
|
|---|
| 529 | tristate
|
|---|
| 530 | default m
|
|---|
| 531 | depends BR2_PACKAGE_KMOD_NET_HERMES
|
|---|
| 532 | help
|
|---|
| 533 | Enable support for PCI and mini-PCI 802.11b wireless NICs based on
|
|---|
| 534 | the Prism 2.5 chipset. These are true PCI cards, not the 802.11b
|
|---|
| 535 | PCMCIA cards bundled with PCI<->PCMCIA adaptors which are also
|
|---|
| 536 | common. Some of the built-in wireless adaptors in laptops are of
|
|---|
| 537 | this variety.
|
|---|
| 538 |
|
|---|
| 539 | config BR2_PACKAGE_KMOD_NET_HERMES_PLX
|
|---|
| 540 | prompt "kmod-net-hermes-plx............. Hermes in PLX9052 based PCI adaptor (Netgear MA301, etc.) kernel support"
|
|---|
| 541 | tristate
|
|---|
| 542 | default m
|
|---|
| 543 | depends BR2_PACKAGE_KMOD_NET_HERMES
|
|---|
| 544 | help
|
|---|
| 545 | Enable support for PCMCIA cards supported by the "Hermes" (aka
|
|---|
| 546 | orinoco_cs) driver when used in PLX9052 based PCI adaptors. These
|
|---|
| 547 | adaptors are not a full PCMCIA controller but act as a more limited
|
|---|
| 548 | PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that
|
|---|
| 549 | 802.11b PCMCIA cards can be used in desktop machines. The Netgear
|
|---|
| 550 | MA301 is such an adaptor.
|
|---|
| 551 |
|
|---|
| 552 | config BR2_PACKAGE_KMOD_NET_NATSEMI
|
|---|
| 553 | prompt "kmod-net-natsemi.................. National Semiconductor DP8381x series PCI Ethernet kernel support"
|
|---|
| 554 | tristate
|
|---|
| 555 | depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86
|
|---|
| 556 | default m
|
|---|
| 557 | help
|
|---|
| 558 | This driver is for the National Semiconductor DP83810 series,
|
|---|
| 559 | which is used in cards from PureData, NetGear, Linksys
|
|---|
| 560 | and others, including the 83815 chip.
|
|---|
| 561 |
|
|---|
| 562 | config BR2_PACKAGE_KMOD_NET_PRISM54
|
|---|
| 563 | prompt "kmod-net-prism54.................. Intersil Prism GT/Duette/Indigo PCI/PCMCIA cards kernel support"
|
|---|
| 564 | tristate
|
|---|
| 565 | depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86 || BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_BRCM
|
|---|
| 566 | default m
|
|---|
| 567 | help
|
|---|
| 568 | Enable PCI and Cardbus support for the following chipset based cards:
|
|---|
| 569 |
|
|---|
| 570 | * ISL3880 - Prism GT 802.11 b/g
|
|---|
| 571 | * ISL3877 - Prism Indigo 802.11 a
|
|---|
| 572 | * ISL3890 - Prism Duette 802.11 a/b/g
|
|---|
| 573 |
|
|---|
| 574 | For a complete list of supported cards visit <http://prism54.org>.
|
|---|
| 575 | Here is the latest confirmed list of supported cards:
|
|---|
| 576 |
|
|---|
| 577 | * 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72
|
|---|
| 578 | * Allnet ALL0271 PCI Card
|
|---|
| 579 | * Compex WL54G Cardbus Card
|
|---|
| 580 | * Corega CG-WLCB54GT Cardbus Card
|
|---|
| 581 | * D-Link Air Plus Xtreme G A1 Cardbus Card aka DWL-g650
|
|---|
| 582 | * I-O Data WN-G54/CB Cardbus Card
|
|---|
| 583 | * Kobishi XG-300 aka Z-Com Cardbus Card
|
|---|
| 584 | * Netgear WG511 Cardbus Card
|
|---|
| 585 | * Ovislink WL-5400PCI PCI Card
|
|---|
| 586 | * Peabird WLG-PCI PCI Card
|
|---|
| 587 | * Sitecom WL-100i Cardbus Card
|
|---|
| 588 | * Sitecom WL-110i PCI Card
|
|---|
| 589 | * SMC2802W - EZ Connect g 2.4GHz 54 Mbps Wireless PCI Card
|
|---|
| 590 | * SMC2835W - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
|
|---|
| 591 | * Z-Com XG-900 PCI Card
|
|---|
| 592 | * Zyxel G-100 Cardbus Card
|
|---|
| 593 |
|
|---|
| 594 | If you enable this, you require a firmware file as well.
|
|---|
| 595 | You will need to copy this to /usr/lib/hotplug/firmware/isl3890.
|
|---|
| 596 | You can get this non-GPL'd firmware file from the Prism54 project page:
|
|---|
| 597 | <http://prism54.org>.
|
|---|
| 598 |
|
|---|
| 599 | Note: You need a motherboard with DMA support to use any of these cards.
|
|---|
| 600 |
|
|---|
| 601 | endmenu
|
|---|
| 602 |
|
|---|
| 603 | menu "PCMCIA/CardBus support"
|
|---|
| 604 | depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86 || BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_BRCM
|
|---|
| 605 |
|
|---|
| 606 | config BR2_PACKAGE_KMOD_PCMCIA_CORE
|
|---|
| 607 | prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support"
|
|---|
| 608 | depends BR2_LINUX_PCMCIA_SUPPORT
|
|---|
| 609 | tristate
|
|---|
| 610 | depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86 || BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_BRCM
|
|---|
| 611 | default m
|
|---|
| 612 |
|
|---|
| 613 | config BR2_PACKAGE_KMOD_PCMCIA_SERIAL
|
|---|
| 614 | prompt "kmod-pcmcia-serial.............. PCMCIA/CardBus serial device support"
|
|---|
| 615 | tristate
|
|---|
| 616 | default m
|
|---|
| 617 | depends BR2_PACKAGE_KMOD_PCMCIA_CORE
|
|---|
| 618 |
|
|---|
| 619 | endmenu
|
|---|
| 620 |
|
|---|
| 621 | menu "USB support"
|
|---|
| 622 |
|
|---|
| 623 | config BR2_PACKAGE_KMOD_USB
|
|---|
| 624 | prompt "kmod-usb-core..................... USB support"
|
|---|
| 625 | tristate
|
|---|
| 626 | default n if BR2_LINUX_2_4_AR531X
|
|---|
| 627 | default m
|
|---|
| 628 |
|
|---|
| 629 | config BR2_PACKAGE_KMOD_USB_UHCI
|
|---|
| 630 | prompt "kmod-usb-uhci................... Support for UHCI controllers"
|
|---|
| 631 | tristate
|
|---|
| 632 | default n if BR2_LINUX_2_6_AU1000
|
|---|
| 633 | depends BR2_PACKAGE_KMOD_USB
|
|---|
| 634 | select BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 635 |
|
|---|
| 636 | config BR2_PACKAGE_KMOD_USB_OHCI
|
|---|
| 637 | prompt "kmod-usb-ohci................... Support for OHCI controllers"
|
|---|
| 638 | tristate
|
|---|
| 639 | default m
|
|---|
| 640 | depends BR2_PACKAGE_KMOD_USB
|
|---|
| 641 | select BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 642 |
|
|---|
| 643 | config BR2_PACKAGE_KMOD_USB2
|
|---|
| 644 | prompt "kmod-usb2....................... Support for USB 2.0 controllers"
|
|---|
| 645 | tristate
|
|---|
| 646 | default n if BR2_LINUX_2_6_AU1000
|
|---|
| 647 | depends BR2_PACKAGE_KMOD_USB
|
|---|
| 648 | select BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 649 |
|
|---|
| 650 | config BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 651 | tristate
|
|---|
| 652 | depends on BR2_PACKAGE_KMOD_USB_UHCI || BR2_PACKAGE_KMOD_USB_OHCI || BR2_PACKAGE_KMOD_USB2
|
|---|
| 653 | default n
|
|---|
| 654 |
|
|---|
| 655 | config BR2_PACKAGE_KMOD_USB_ACM
|
|---|
| 656 | prompt "kmod-usb-acm...................... Support for USB modems/isdn controllers"
|
|---|
| 657 | tristate
|
|---|
| 658 | default m
|
|---|
| 659 | depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 660 |
|
|---|
| 661 | config BR2_PACKAGE_KMOD_USB_AUDIO
|
|---|
| 662 | prompt "kmod-usb-audio.................... Support for USB soundcards"
|
|---|
| 663 | tristate
|
|---|
| 664 | default m
|
|---|
| 665 | depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 666 | select BR2_PACKAGE_KMOD_SOUNDCORE
|
|---|
| 667 |
|
|---|
| 668 | config BR2_PACKAGE_KMOD_USB_PRINTER
|
|---|
| 669 | prompt "kmod-usb-printer.................. Support for USB printers"
|
|---|
| 670 | tristate
|
|---|
| 671 | default m
|
|---|
| 672 | depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 673 |
|
|---|
| 674 | config BR2_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 675 | prompt "kmod-usb-serial................... Support for USB-to-serial converters"
|
|---|
| 676 | tristate
|
|---|
| 677 | default m
|
|---|
| 678 | depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 679 |
|
|---|
| 680 | config BR2_PACKAGE_KMOD_USB_SERIAL_BELKIN
|
|---|
| 681 | prompt "kmod-usb-serial-belkin.......... Support for Belkin USB-to-serial converters"
|
|---|
| 682 | tristate
|
|---|
| 683 | default m
|
|---|
| 684 | depends BR2_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 685 |
|
|---|
| 686 | config BR2_PACKAGE_KMOD_USB_SERIAL_FTDI
|
|---|
| 687 | prompt "kmod-usb-serial-ftdi............ Support for FTDI USB-to-serial converterr"
|
|---|
| 688 | tristate
|
|---|
| 689 | default m
|
|---|
| 690 | depends BR2_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 691 |
|
|---|
| 692 | config BR2_PACKAGE_KMOD_USB_SERIAL_MCT_U232
|
|---|
| 693 | prompt "kmod-usb-serial-mct-u232........ Support for Magic Control Technology USB-to-Serial converters"
|
|---|
| 694 | tristate
|
|---|
| 695 | default m
|
|---|
| 696 | depends BR2_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 697 |
|
|---|
| 698 | config BR2_PACKAGE_KMOD_USB_SERIAL_PL2303
|
|---|
| 699 | prompt "kmod-usb-serial-pl2303.......... Support for Prolific PL2303 USB-to-Serial converters"
|
|---|
| 700 | tristate
|
|---|
| 701 | default m
|
|---|
| 702 | depends BR2_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 703 |
|
|---|
| 704 | config BR2_PACKAGE_KMOD_USB_SERIAL_VISOR
|
|---|
| 705 | prompt "kmod-usb-serial-visor........... Support for Handspring Visor / Palm m50x / Sony Clie Driver"
|
|---|
| 706 | tristate
|
|---|
| 707 | default m
|
|---|
| 708 | depends BR2_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 709 |
|
|---|
| 710 | config BR2_PACKAGE_KMOD_USB_STORAGE
|
|---|
| 711 | prompt "kmod-usb-storage.................. Support for USB storage devices"
|
|---|
| 712 | tristate
|
|---|
| 713 | default m
|
|---|
| 714 | depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 715 |
|
|---|
| 716 | config BR2_PACKAGE_KMOD_USB_ATM
|
|---|
| 717 | prompt "kmod-usb-atm...................... Support for USB ATM devices"
|
|---|
| 718 | tristate
|
|---|
| 719 | default m
|
|---|
| 720 | depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 721 |
|
|---|
| 722 | config BR2_PACKAGE_KMOD_USB_ATM_SPEEDTOUCH
|
|---|
| 723 | prompt "kmod-usb-atm-speedtouch......... Support for USB Speedtouch ADSL modem"
|
|---|
| 724 | tristate
|
|---|
| 725 | default m
|
|---|
| 726 | depends BR2_PACKAGE_KMOD_USB_ATM
|
|---|
| 727 |
|
|---|
| 728 | endmenu
|
|---|
| 729 |
|
|---|
| 730 | menu "Misc. devices support"
|
|---|
| 731 |
|
|---|
| 732 | config BR2_PACKAGE_KMOD_AX25
|
|---|
| 733 | prompt "kmod-ax25......................... AX25 support"
|
|---|
| 734 | tristate
|
|---|
| 735 | default m
|
|---|
| 736 | help
|
|---|
| 737 | Kernel modules for AX25 protocol family
|
|---|
| 738 |
|
|---|
| 739 | This package contains both the AX25 layer 2 support (ax25) and AX25 KISS driver (mkiss)
|
|---|
| 740 |
|
|---|
| 741 | config BR2_PACKAGE_KMOD_BLUETOOTH
|
|---|
| 742 | prompt "kmod-bluetooth.................... Bluetooth drivers and network stack"
|
|---|
| 743 | tristate
|
|---|
| 744 | default m
|
|---|
| 745 | default n if BR2_LINUX_2_4_AR531X
|
|---|
| 746 | help
|
|---|
| 747 | Bluetooth drivers and network stack
|
|---|
| 748 |
|
|---|
| 749 | config BR2_PACKAGE_KMOD_LP
|
|---|
| 750 | prompt "kmod-lp........................... Parallel port and lp support"
|
|---|
| 751 | tristate
|
|---|
| 752 | default m
|
|---|
| 753 | help
|
|---|
| 754 | Kernel modules for line printer and parallel port support
|
|---|
| 755 |
|
|---|
| 756 | config BR2_PACKAGE_KMOD_SOFTDOG
|
|---|
| 757 | prompt "kmod-softdog...................... Software watchdog"
|
|---|
| 758 | tristate
|
|---|
| 759 | default m
|
|---|
| 760 | help
|
|---|
| 761 | Kernel modules for software watchdog driver
|
|---|
| 762 |
|
|---|
| 763 | config BR2_PACKAGE_KMOD_WD1100
|
|---|
| 764 | prompt "kmod-wd1100....................... Soekris net4801 watchdog"
|
|---|
| 765 | tristate
|
|---|
| 766 | default y
|
|---|
| 767 | depends BR2_LINUX_2_4_X86
|
|---|
| 768 | help
|
|---|
| 769 | Driver for the NatSemi SC1x00 series Watchdog
|
|---|
| 770 | found on Soekris net4801 boards
|
|---|
| 771 |
|
|---|
| 772 | endmenu
|
|---|
| 773 |
|
|---|
| 774 | menu "Additional kernel modules"
|
|---|
| 775 |
|
|---|
| 776 | source "target/linux/package/Config.in"
|
|---|
| 777 |
|
|---|
| 778 | endmenu
|
|---|
| 779 |
|
|---|
| 780 | endmenu
|
|---|