Kconfig 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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_AT86RF230_DEBUGFS
  30. depends on IEEE802154_AT86RF230
  31. bool "AT86RF230 debugfs interface"
  32. depends on DEBUG_FS
  33. ---help---
  34. This option compiles debugfs code for the at86rf230 driver.
  35. config IEEE802154_MRF24J40
  36. tristate "Microchip MRF24J40 transceiver driver"
  37. depends on IEEE802154_DRIVERS && MAC802154
  38. depends on SPI
  39. select REGMAP_SPI
  40. ---help---
  41. Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
  42. controller.
  43. This driver can also be built as a module. To do so, say M here.
  44. the module will be called 'mrf24j40'.
  45. config IEEE802154_CC2520
  46. depends on IEEE802154_DRIVERS && MAC802154
  47. tristate "CC2520 transceiver driver"
  48. depends on SPI
  49. ---help---
  50. Say Y here to enable the CC2520 SPI 802.15.4 wireless
  51. controller.
  52. This driver can also be built as a module. To do so, say M here.
  53. the module will be called 'cc2520'.
  54. config IEEE802154_ATUSB
  55. tristate "ATUSB transceiver driver"
  56. depends on IEEE802154_DRIVERS && MAC802154 && USB
  57. ---help---
  58. Say Y here to enable the ATUSB IEEE 802.15.4 wireless
  59. controller.
  60. This driver can also be built as a module. To do so say M here.
  61. The module will be called 'atusb'.
  62. config IEEE802154_ADF7242
  63. tristate "ADF7242 transceiver driver"
  64. depends on IEEE802154_DRIVERS && MAC802154
  65. depends on SPI
  66. ---help---
  67. Say Y here to enable the ADF7242 SPI 802.15.4 wireless
  68. controller.
  69. This driver can also be built as a module. To do so, say M here.
  70. the module will be called 'adf7242'.