aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/ieee802154/Kconfig26
-rw-r--r--net/ieee802154/Kconfig2
2 files changed, 14 insertions, 14 deletions
diff --git a/drivers/net/ieee802154/Kconfig b/drivers/net/ieee802154/Kconfig
index 16e933107b54..9aa06ec1e8a8 100644
--- a/drivers/net/ieee802154/Kconfig
+++ b/drivers/net/ieee802154/Kconfig
@@ -15,9 +15,9 @@ config IEEE802154_FAKEHARD
15 depends on IEEE802154_DRIVERS 15 depends on IEEE802154_DRIVERS
16 ---help--- 16 ---help---
17 Say Y here to enable the fake driver that serves as an example 17 Say Y here to enable the fake driver that serves as an example
18 of HardMAC device driver. 18 of HardMAC device driver.
19 19
20 This driver can also be built as a module. To do so say M here. 20 This driver can also be built as a module. To do so say M here.
21 The module will be called 'fakehard'. 21 The module will be called 'fakehard'.
22 22
23config IEEE802154_FAKELB 23config IEEE802154_FAKELB
@@ -31,9 +31,9 @@ config IEEE802154_FAKELB
31 The module will be called 'fakelb'. 31 The module will be called 'fakelb'.
32 32
33config IEEE802154_AT86RF230 33config IEEE802154_AT86RF230
34 depends on IEEE802154_DRIVERS && MAC802154 34 depends on IEEE802154_DRIVERS && MAC802154
35 tristate "AT86RF230/231/212 transceiver driver" 35 tristate "AT86RF230/231/212 transceiver driver"
36 depends on SPI 36 depends on SPI
37 ---help--- 37 ---help---
38 Say Y here to enable the at86rf230/231/212 SPI 802.15.4 wireless 38 Say Y here to enable the at86rf230/231/212 SPI 802.15.4 wireless
39 controller. 39 controller.
@@ -42,12 +42,12 @@ config IEEE802154_AT86RF230
42 the module will be called 'at86rf230'. 42 the module will be called 'at86rf230'.
43 43
44config IEEE802154_MRF24J40 44config IEEE802154_MRF24J40
45 tristate "Microchip MRF24J40 transceiver driver" 45 tristate "Microchip MRF24J40 transceiver driver"
46 depends on IEEE802154_DRIVERS && MAC802154 46 depends on IEEE802154_DRIVERS && MAC802154
47 depends on SPI 47 depends on SPI
48 ---help--- 48 ---help---
49 Say Y here to enable the MRF24J20 SPI 802.15.4 wireless 49 Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
50 controller. 50 controller.
51 51
52 This driver can also be built as a module. To do so, say M here. 52 This driver can also be built as a module. To do so, say M here.
53 the module will be called 'mrf24j40'. 53 the module will be called 'mrf24j40'.
diff --git a/net/ieee802154/Kconfig b/net/ieee802154/Kconfig
index 9c9879d5ea64..8af1330b3137 100644
--- a/net/ieee802154/Kconfig
+++ b/net/ieee802154/Kconfig
@@ -15,7 +15,7 @@ config IEEE802154_6LOWPAN
15 depends on IEEE802154 && IPV6 15 depends on IEEE802154 && IPV6
16 select 6LOWPAN_IPHC 16 select 6LOWPAN_IPHC
17 ---help--- 17 ---help---
18 IPv6 compression over IEEE 802.15.4. 18 IPv6 compression over IEEE 802.15.4.
19 19
20config 6LOWPAN_IPHC 20config 6LOWPAN_IPHC
21 tristate 21 tristate