aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-03-04 13:01:18 -0500
committerDavid S. Miller <davem@davemloft.net>2014-03-04 20:12:44 -0500
commit6092c79fd00ce48ee8698955ea6419cc5cd65641 (patch)
tree223bd6940356498642c7331ddd49ffd5520d603c /drivers/net
parent9aa69bc3c7a721db74c62e58c385ac50fd928856 (diff)
ieee802154: fix whitespace issues in Kconfig
This patch fixes some whitespace issues in Kconfig files of IEEE 802.15.4 subsytem. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ieee802154/Kconfig26
1 files changed, 13 insertions, 13 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'.