Kconfig 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. menuconfig IEEE802154_DRIVERS
  2. tristate "IEEE 802.15.4 drivers"
  3. depends on NETDEVICES && IEEE802154
  4. default y
  5. ---help---
  6. Say Y here to get to see options for IEEE 802.15.4 Low-Rate
  7. Wireless Personal Area Network device drivers. This option alone
  8. does not add any kernel code.
  9. If you say N, all options in this submenu will be skipped and
  10. disabled.
  11. config IEEE802154_FAKELB
  12. depends on IEEE802154_DRIVERS && MAC802154
  13. tristate "IEEE 802.15.4 loopback driver"
  14. ---help---
  15. Say Y here to enable the fake driver that can emulate a net
  16. of several interconnected radio devices.
  17. This driver can also be built as a module. To do so say M here.
  18. The module will be called 'fakelb'.
  19. config IEEE802154_AT86RF230
  20. depends on IEEE802154_DRIVERS && MAC802154
  21. tristate "AT86RF230/231/233/212 transceiver driver"
  22. depends on SPI
  23. select REGMAP_SPI
  24. ---help---
  25. Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
  26. controller.
  27. This driver can also be built as a module. To do so, say M here.
  28. the module will be called 'at86rf230'.
  29. config IEEE802154_MRF24J40
  30. tristate "Microchip MRF24J40 transceiver driver"
  31. depends on IEEE802154_DRIVERS && MAC802154
  32. depends on SPI
  33. ---help---
  34. Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
  35. controller.
  36. This driver can also be built as a module. To do so, say M here.
  37. the module will be called 'mrf24j40'.
  38. config IEEE802154_CC2520
  39. depends on IEEE802154_DRIVERS && MAC802154
  40. tristate "CC2520 transceiver driver"
  41. depends on SPI
  42. ---help---
  43. Say Y here to enable the CC2520 SPI 802.15.4 wireless
  44. controller.
  45. This driver can also be built as a module. To do so, say M here.
  46. the module will be called 'cc2520'.
  47. config IEEE802154_ATUSB
  48. tristate "ATUSB transceiver driver"
  49. depends on IEEE802154_DRIVERS && MAC802154 && USB
  50. ---help---
  51. Say Y here to enable the ATUSB IEEE 802.15.4 wireless
  52. controller.
  53. This driver can also be built as a module. To do so say M here.
  54. The module will be called 'atusb'.