Config.in.netdevice 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. menu "Network devices support"
  2. depends on !ADK_LINUX_CRIS_FOXBOARD
  3. config ADK_KERNEL_NETDEVICES
  4. boolean
  5. default n
  6. config ADK_KERNEL_NET_ETHERNET
  7. boolean
  8. default n
  9. config ADK_KERNEL_MII
  10. boolean
  11. default n
  12. config ADK_KERNEL_NET_PCI
  13. boolean
  14. default n
  15. config ADK_KERNEL_NETDEV_1000
  16. boolean
  17. default n
  18. menu "Ethernet card support"
  19. config ADK_KPACKAGE_KMOD_NE2K_PCI
  20. prompt "kmod-net-ne2k-pci............. NE2000 PCI driver"
  21. select ADK_KERNEL_NETDEVICES
  22. select ADK_KERNEL_NET_ETHERNET
  23. select ADK_KERNEL_NET_PCI
  24. select ADK_KERNEL_MII
  25. tristate
  26. default n
  27. help
  28. NE2000 pci driver
  29. config ADK_KPACKAGE_KMOD_PCNET32
  30. prompt "kmod-net-pcnet32.............. AMD PCNet32 PCI driver"
  31. select ADK_KERNEL_NETDEVICES
  32. select ADK_KERNEL_NET_ETHERNET
  33. select ADK_KERNEL_NET_PCI
  34. select ADK_KERNEL_MII
  35. tristate
  36. default n
  37. help
  38. AMD PCnet32 driver
  39. config ADK_KPACKAGE_KMOD_E100
  40. prompt "kmod-net-e100................. Intel(R) PRO/100+ driver"
  41. select ADK_KERNEL_NETDEVICES
  42. select ADK_KERNEL_NET_PCI
  43. select ADK_KERNEL_MII
  44. tristate
  45. default n
  46. help
  47. Intel(R) PRO/100+ cards kernel support
  48. config ADK_KPACKAGE_KMOD_E1000
  49. prompt "kmod-net-e1000................ Intel(R) PRO/1000 Gigabit Ethernet driver"
  50. select ADK_KERNEL_NETDEVICES
  51. select ADK_KERNEL_NET_ETHERNET
  52. select ADK_KERNEL_NETDEV_1000
  53. tristate
  54. default n
  55. help
  56. This driver supports Intel(R) PRO/1000 gigabit ethernet family of
  57. adapters. For more information on how to identify your adapter, go
  58. to the Adapter & Driver ID Guide at:
  59. <http://support.intel.com/support/network/adapter/pro100/21397.htm>
  60. config ADK_KPACKAGE_KMOD_SKY2
  61. prompt "kmod-net-sky2................. Marvell Yukon driver"
  62. select ADK_KERNEL_NETDEVICES
  63. select ADK_KERNEL_NET_ETHERNET
  64. select ADK_KERNEL_NETDEV_1000
  65. tristate
  66. default n
  67. help
  68. endmenu
  69. config ADK_KERNEL_WIRELESS
  70. boolean
  71. default n
  72. config ADK_KERNEL_WIRELESS_EXT
  73. boolean
  74. default n
  75. config ADK_KERNEL_MAC80211_LEDS
  76. bool
  77. select ADK_KPACKAGE_KMOD_LEDS_CLASS
  78. select ADK_KERNEL_NEW_LEDS
  79. default n
  80. config ADK_KERNEL_WLAN_80211
  81. boolean
  82. default n
  83. config ADK_KERNEL_RT2X00
  84. boolean
  85. select ADK_KPACKAGE_KMOD_RT2X00
  86. select ADK_KPACKAGE_KMOD_FW_LOADER
  87. select ADK_KPACKAGE_KMOD_EEPROM_93CX6
  88. default n
  89. config ADK_MOD_KERNEL_CFG80211
  90. tristate
  91. default n
  92. config ADK_MOD_KERNEL_MAC80211
  93. tristate
  94. select ADK_MOD_KERNEL_CFG80211
  95. select ADK_KPACKAGE_KMOD_CRYPTO_AES
  96. select ADK_KPACKAGE_KMOD_CRYPTO_ECB
  97. select ADK_KPACKAGE_KMOD_CRYPTO_ARC4
  98. select ADK_KERNEL_CRC32
  99. select ADK_KERNEL_WIRELESS
  100. select ADK_KERNEL_WIRELESS_EXT
  101. select ADK_KERNEL_WLAN_80211
  102. select ADK_KERNEL_MAC80211_LEDS
  103. default n
  104. menu "Wireless card support"
  105. config ADK_KPACKAGE_KMOD_MAC80211
  106. prompt "kmod-mac80211................... mac80211 softmac"
  107. tristate
  108. select ADK_MOD_KERNEL_CFG80211
  109. select ADK_KPACKAGE_KMOD_CRYPTO_AES
  110. select ADK_KPACKAGE_KMOD_CRYPTO_ECB
  111. select ADK_KPACKAGE_KMOD_CRYPTO_ARC4
  112. select ADK_KERNEL_WIRELESS
  113. select ADK_KERNEL_WIRELESS_EXT
  114. select ADK_KERNEL_WLAN_80211
  115. select ADK_KERNEL_CRC32
  116. default n
  117. config ADK_KPACKAGE_KMOD_ATH5K
  118. prompt "kmod-mac80211-ath5k............ Atheros 5xxx wireless cards"
  119. tristate
  120. select ADK_KERNEL_MAC80211_LEDS
  121. depends on ADK_KPACKAGE_KMOD_MAC80211
  122. default n
  123. help
  124. Driver for Atheros 5xxx/24xx cards.
  125. config ADK_KERNEL_ATH5K_DEBUG
  126. prompt "enable debugging info via debugfs"
  127. depends on ADK_KPACKAGE_KMOD_ATH5K
  128. default n
  129. select ADK_KERNEL_DEBUG_FS
  130. boolean
  131. help
  132. Atheros 5xxx debugging messages.
  133. Say Y, if and you will get debug options for ath5k.
  134. To use this, you need to mount debugfs:
  135. mkdir /debug/
  136. mount -t debugfs debug /debug/
  137. You will get access to files under:
  138. /debug/ath5k/phy0/
  139. To enable debug, pass the debug level to the debug module
  140. parameter. For example:
  141. insmod ath5k.ko debug=0x00000400
  142. config ADK_KPACKAGE_KMOD_RT2X00
  143. tristate
  144. default n
  145. config ADK_KPACKAGE_KMOD_RT2400PCI
  146. prompt "kmod-mac80211-rt2400........... Ralink rt2400"
  147. tristate
  148. default n
  149. select ADK_KERNEL_RT2X00
  150. select ADK_KERNEL_MAC80211_LEDS
  151. depends on ADK_KPACKAGE_KMOD_MAC80211
  152. help
  153. This adds support for rt2400 wireless chipset family.
  154. Supported chips: RT2460.
  155. config ADK_KPACKAGE_KMOD_RT2500PCI
  156. prompt "kmod-mac80211-rt2500........... Ralink rt2500"
  157. tristate
  158. default n
  159. select ADK_KERNEL_RT2X00
  160. select ADK_KERNEL_MAC80211_LEDS
  161. depends on ADK_KPACKAGE_KMOD_MAC80211
  162. help
  163. This adds support for rt2500 wireless chipset family.
  164. Supported chips: RT2560.
  165. config ADK_KPACKAGE_KMOD_RT61PCI
  166. prompt "kmod-mac80211-rt2501........... Ralink rt2501/rt61"
  167. tristate
  168. default n
  169. select ADK_KERNEL_RT2X00
  170. select ADK_KERNEL_MAC80211_LEDS
  171. select ADK_KPACKAGE_KMOD_CRC_ITU_T
  172. select ADK_PACKAGE_WIRELESS_FIRMWARE_RT61
  173. depends on ADK_KPACKAGE_KMOD_MAC80211
  174. help
  175. This adds support for rt2501 wireless chipset family.
  176. Supported chips: RT2561, RT2561S & RT2661.
  177. config ADK_KERNEL_RT2X00_DEBUG
  178. prompt "enable debugging info"
  179. depends on ADK_KPACKAGE_KMOD_RT61PCI || \
  180. ADK_KPACKAGE_KMOD_RT2500PCI || ADK_KPACKAGE_KMOD_RT2400PCI
  181. default n
  182. boolean
  183. help
  184. endmenu
  185. endmenu