Root/drivers/ieee802154/Kconfig

Source at commit 6c17a31f1fc515425221067cb3ece599c09dbc5d created 12 years 8 months ago.
By Werner Almesberger, atusb, atben: moved from spi/ to ieee802154/; renamed atusb to spi_atusb
1menuconfig 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
10      If you say N, all options in this submenu will be skipped and
11      disabled.
12
13config IEEE802154_DRIVER_DEBUG
14    bool "Driver debugging messages"
15    depends on IEEE802154_DRIVERS
16    default y
17    help
18      Say Y here to make the IEEE 802.15.4 drivers generate extensive
19      debugging messages.
20
21config IEEE802154_FAKEHARD
22    tristate "Fake LR-WPAN driver with several interconnected devices"
23    depends on IEEE802154_DRIVERS
24    ---help---
25      Say Y here to enable the fake driver that serves as an example
26      of HardMAC device driver.
27
28      This driver can also be built as a module. To do so say M here.
29      The module will be called 'fakehard'.
30
31
32config IEEE802154_FAKELB
33    depends on IEEE802154_DRIVERS && MAC802154
34    tristate "Fake LR-WPAN driver with several interconnected devices"
35    ---help---
36      Say Y here to enable the fake driver that can emulate a net
37      of several interconnected radio devices.
38
39      This driver can also be built as a module. To do so say M here.
40      The module will be called 'fakelb'.
41
42config IEEE802154_SERIAL
43    depends on IEEE802154_DRIVERS && MAC802154
44    tristate "Simple LR-WPAN UART driver"
45
46config IEEE802154_AT86RF230
47    depends on IEEE802154_DRIVERS && MAC802154
48    tristate "AT86RF230 transceiver driver"
49    depends on SPI
50
51config SPI_ATBEN
52        tristate "ATBEN 8:10 SPI interface"
53        depends on JZ4740_QI_LB60 && IEEE802154_AT86RF230
54        help
55          Bit-banging SPI driver for the 8:10 interface of the Ben NanoNote
56          when equipped with an ATBEN board.
57
58config SPI_ATUSB
59       tristate "ATUSB SPI interface"
60       depends on USB && SPI && IEEE802154_AT86RF230
61        help
62          SPI-over-USB driver for the ATUSB IEEE 802.15.4 board.
63
64config IEEE802154_CC2420
65       tristate "CC2420 driver"
66       depends on SPI
67       depends on IEEE802154_DRIVERS
68
69config IEEE802154_ADF7242
70       tristate "ADF7242 transceiver driver"
71       depends on IEEE802154_DRIVERS && MAC802154
72       depends on SPI
73
74

Archive Download this file



interactive