Kconfig 726 B

1234567891011121314151617181920212223
  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'.