2009-06-08 19:18:48 +07:00
|
|
|
config IEEE802154
|
2012-10-03 01:19:47 +07:00
|
|
|
tristate "IEEE Std 802.15.4 Low-Rate Wireless Personal Area Networks support"
|
2009-06-08 19:18:48 +07:00
|
|
|
---help---
|
|
|
|
IEEE Std 802.15.4 defines a low data rate, low power and low
|
|
|
|
complexity short range wireless personal area networks. It was
|
|
|
|
designed to organise networks of sensors, switches, etc automation
|
|
|
|
devices. Maximum allowed data rate is 250 kb/s and typical personal
|
|
|
|
operating space around 10m.
|
|
|
|
|
|
|
|
Say Y here to compile LR-WPAN support into the kernel or say M to
|
|
|
|
compile it as modules.
|
2011-08-25 09:34:42 +07:00
|
|
|
|
|
|
|
config IEEE802154_6LOWPAN
|
|
|
|
tristate "6lowpan support over IEEE 802.15.4"
|
2014-07-11 15:24:18 +07:00
|
|
|
depends on IEEE802154 && 6LOWPAN
|
2011-08-25 09:34:42 +07:00
|
|
|
---help---
|
2014-03-05 01:01:18 +07:00
|
|
|
IPv6 compression over IEEE 802.15.4.
|