Kconfig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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_FAKEHARD
  12. tristate "Fake LR-WPAN driver with several interconnected devices"
  13. depends on IEEE802154_DRIVERS
  14. ---help---
  15. Say Y here to enable the fake driver that serves as an example
  16. of HardMAC device driver.
  17. This driver can also be built as a module. To do so say M here.
  18. The module will be called 'fakehard'.
  19. config IEEE802154_FAKELB
  20. depends on IEEE802154_DRIVERS && MAC802154
  21. tristate "IEEE 802.15.4 loopback driver"
  22. ---help---
  23. Say Y here to enable the fake driver that can emulate a net
  24. of several interconnected radio devices.
  25. This driver can also be built as a module. To do so say M here.
  26. The module will be called 'fakelb'.
  27. config IEEE802154_AT86RF230
  28. depends on IEEE802154_DRIVERS && MAC802154
  29. tristate "AT86RF230/231/233/212 transceiver driver"
  30. depends on SPI
  31. ---help---
  32. Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
  33. controller.
  34. This driver can also be built as a module. To do so, say M here.
  35. the module will be called 'at86rf230'.
  36. config IEEE802154_MRF24J40
  37. tristate "Microchip MRF24J40 transceiver driver"
  38. depends on IEEE802154_DRIVERS && MAC802154
  39. depends on 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'.