summaryrefslogtreecommitdiff
path: root/drivers/staging/pi433/Kconfig
diff options
context:
space:
mode:
authorMarcus Wolf <linux@Wolf-Entwicklungen.de>2017-07-16 11:52:06 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-16 16:58:13 +0200
commit874bcba65f9a3a2a304b5f520529c046887c3cdc (patch)
tree420b0446befa1956cf425491240a25ff92d2e469 /drivers/staging/pi433/Kconfig
parent07119e257309a41e5ec4a896fd8c8e588388269e (diff)
staging: pi433: New driver
Added a driver for the pi433 radio module (see https://www.pi433.de/en.html for details). Signed-off-by: Marcus Wolf <linux@Wolf-Entwicklungen.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/pi433/Kconfig')
-rw-r--r--drivers/staging/pi433/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/staging/pi433/Kconfig b/drivers/staging/pi433/Kconfig
new file mode 100644
index 000000000000..b2716b85d5af
--- /dev/null
+++ b/drivers/staging/pi433/Kconfig
@@ -0,0 +1,16 @@
+config PI433
+ tristate "Pi433 - a 433MHz radio module for Raspberry Pi"
+ default n
+ ---help---
+ This option allows you to enable support for the radio module Pi433.
+
+ Pi433 is a shield that fits onto the GPIO header of a Raspberry Pi
+ or compatible. It extends the Raspberry Pi with the option, to
+ send and receive data in the 433MHz ISM band - for example to
+ communicate between two systems without using ethernet or bluetooth
+ or for control or read sockets, actors, sensors, widely available
+ for low price.
+
+ For details or the option to buy, please visit https://pi433.de/en.html
+
+ If in doubt, say N here, but saying yes most probably won't hurt