[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190131162826.18630-1-starnight@g.ncu.edu.tw>
Date: Fri, 1 Feb 2019 00:28:26 +0800
From: Jian-Hong Pan <starnight@...cu.edu.tw>
To: Andreas Färber <afaerber@...e.de>
Cc: netdev@...r.kernel.org, linux-lpwan@...ts.infradead.org,
Ben Whitten <ben.whitten@...rdtech.com>,
Jian-Hong Pan <starnight@...cu.edu.tw>
Subject: [RFC PATCH v2 4/5] net: lorawan: Fulfill the help text of Kconfig
Mention the LoRaWAN network feature to distinguish it from other
Low-Power Wide-Area Network like Sigfox and NB-IoT.
Fixes: 48e5bb6cec79 ("net: Prepare LoRaWAN socket module")
Signed-off-by: Jian-Hong Pan <starnight@...cu.edu.tw>
---
v2:
- Modify the commit message
- Fix the help text's space between two sentences
net/lorawan/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/lorawan/Kconfig b/net/lorawan/Kconfig
index bf6c9b77573b..a55762b1aba0 100644
--- a/net/lorawan/Kconfig
+++ b/net/lorawan/Kconfig
@@ -4,7 +4,8 @@ config LORAWAN
LoRaWAN defines low data rate, low power and long range wireless
wide area networks. It was designed to organize networks of automation
devices, such as sensors, switches and actuators. It can operate
- multiple kilometers wide.
+ multiple kilometers wide. The network is client/server technology
+ centered around gateways.
Say Y here to compile LoRaWAN support into the kernel or say M to
compile it as a module.
--
2.20.1
Powered by blists - more mailing lists