forked from Minki/linux
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>
This commit is contained in:
parent
9aa69bc3c7
commit
6092c79fd0
@ -15,9 +15,9 @@ config IEEE802154_FAKEHARD
|
|||||||
depends on IEEE802154_DRIVERS
|
depends on IEEE802154_DRIVERS
|
||||||
---help---
|
---help---
|
||||||
Say Y here to enable the fake driver that serves as an example
|
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'.
|
The module will be called 'fakehard'.
|
||||||
|
|
||||||
config IEEE802154_FAKELB
|
config IEEE802154_FAKELB
|
||||||
@ -31,9 +31,9 @@ config IEEE802154_FAKELB
|
|||||||
The module will be called 'fakelb'.
|
The module will be called 'fakelb'.
|
||||||
|
|
||||||
config IEEE802154_AT86RF230
|
config IEEE802154_AT86RF230
|
||||||
depends on IEEE802154_DRIVERS && MAC802154
|
depends on IEEE802154_DRIVERS && MAC802154
|
||||||
tristate "AT86RF230/231/212 transceiver driver"
|
tristate "AT86RF230/231/212 transceiver driver"
|
||||||
depends on SPI
|
depends on SPI
|
||||||
---help---
|
---help---
|
||||||
Say Y here to enable the at86rf230/231/212 SPI 802.15.4 wireless
|
Say Y here to enable the at86rf230/231/212 SPI 802.15.4 wireless
|
||||||
controller.
|
controller.
|
||||||
@ -42,12 +42,12 @@ config IEEE802154_AT86RF230
|
|||||||
the module will be called 'at86rf230'.
|
the module will be called 'at86rf230'.
|
||||||
|
|
||||||
config IEEE802154_MRF24J40
|
config IEEE802154_MRF24J40
|
||||||
tristate "Microchip MRF24J40 transceiver driver"
|
tristate "Microchip MRF24J40 transceiver driver"
|
||||||
depends on IEEE802154_DRIVERS && MAC802154
|
depends on IEEE802154_DRIVERS && MAC802154
|
||||||
depends on SPI
|
depends on SPI
|
||||||
---help---
|
---help---
|
||||||
Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
|
Say Y here to enable the MRF24J20 SPI 802.15.4 wireless
|
||||||
controller.
|
controller.
|
||||||
|
|
||||||
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 'mrf24j40'.
|
the module will be called 'mrf24j40'.
|
||||||
|
@ -15,7 +15,7 @@ config IEEE802154_6LOWPAN
|
|||||||
depends on IEEE802154 && IPV6
|
depends on IEEE802154 && IPV6
|
||||||
select 6LOWPAN_IPHC
|
select 6LOWPAN_IPHC
|
||||||
---help---
|
---help---
|
||||||
IPv6 compression over IEEE 802.15.4.
|
IPv6 compression over IEEE 802.15.4.
|
||||||
|
|
||||||
config 6LOWPAN_IPHC
|
config 6LOWPAN_IPHC
|
||||||
tristate
|
tristate
|
||||||
|
Loading…
Reference in New Issue
Block a user