aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-03-04 19:01:18 +0100
committerDavid S. Miller <davem@davemloft.net>2014-03-04 20:12:44 -0500
commit6092c79fd00ce48ee8698955ea6419cc5cd65641 (patch)
tree223bd6940356498642c7331ddd49ffd5520d603c /drivers
parentat86rf230: add help and 212 to Kconfig menu entry (diff)
downloadlinux-dev-6092c79fd00ce48ee8698955ea6419cc5cd65641.tar.xz
linux-dev-6092c79fd00ce48ee8698955ea6419cc5cd65641.zip
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')
-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
depends on IEEE802154_DRIVERS
---help---
Say Y here to enable the fake driver that serves as an example
- of HardMAC device driver.
+ of HardMAC device driver.
- This driver can also be built as a module. To do so say M here.
+ This driver can also be built as a module. To do so say M here.
The module will be called 'fakehard'.
config IEEE802154_FAKELB
@@ -31,9 +31,9 @@ config IEEE802154_FAKELB
The module will be called 'fakelb'.
config IEEE802154_AT86RF230
- depends on IEEE802154_DRIVERS && MAC802154
+ depends on IEEE802154_DRIVERS && MAC802154
tristate "AT86RF230/231/212 transceiver driver"
- depends on SPI
+ depends on SPI
---help---
Say Y here to enable the at86rf230/231/212 SPI 802.15.4 wireless
controller.
@@ -42,12 +42,12 @@ config IEEE802154_AT86RF230
the module will be called 'at86rf230'.
config IEEE802154_MRF24J40
- tristate "Microchip MRF24J40 transceiver driver"
- depends on IEEE802154_DRIVERS && MAC802154
- depends on SPI
- ---help---
- Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
- controller.
-
- This driver can also be built as a module. To do so, say M here.
- the module will be called 'mrf24j40'.
+ tristate "Microchip MRF24J40 transceiver driver"
+ depends on IEEE802154_DRIVERS && MAC802154
+ depends on SPI
+ ---help---
+ Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
+ controller.
+
+ This driver can also be built as a module. To do so, say M here.
+ the module will be called 'mrf24j40'.