summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fieldbus/Kconfig
diff options
context:
space:
mode:
authorSven Van Asbroeck2019-04-16 17:56:13 +0200
committerGreg Kroah-Hartman2019-04-17 12:07:31 +0200
commit308ee87a2f1ea7e83c5da49e4359cb133a93217f (patch)
tree3f4b4c16d7ea49a71d969799e07d9b0ebd6dd8e4 /drivers/staging/fieldbus/Kconfig
parentstaging: add Fieldbus Device subsystem. (diff)
downloadkernel-qcow2-linux-308ee87a2f1ea7e83c5da49e4359cb133a93217f.tar.gz
kernel-qcow2-linux-308ee87a2f1ea7e83c5da49e4359cb133a93217f.tar.xz
kernel-qcow2-linux-308ee87a2f1ea7e83c5da49e4359cb133a93217f.zip
staging: fieldbus: anybus-s: support HMS Anybus-S bus
The Anybus-S/Anybus-M is a series of interchangeable fieldbus communication modules featuring on board memory and processing power. All software and hardware functionality required to communicate on the fieldbus is incorporated in the module itself, allowing the application to focus on other tasks. Typical applications are frequency inverters, HMI and visualization devices, instruments, scales, robotics, PLC’s and intelligent measuring devices. Official documentation: https://www.anybus.com/docs/librariesprovider7/default-document-library/ manuals-design-guides/hms-hmsi-27-275.pdf Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fieldbus/Kconfig')
-rw-r--r--drivers/staging/fieldbus/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/fieldbus/Kconfig b/drivers/staging/fieldbus/Kconfig
index b1d071cb096e..e5e28e52c59b 100644
--- a/drivers/staging/fieldbus/Kconfig
+++ b/drivers/staging/fieldbus/Kconfig
@@ -14,6 +14,5 @@ menuconfig FIELDBUS_DEV
If unsure, say no.
-if FIELDBUS_DEV
+source "drivers/staging/fieldbus/anybuss/Kconfig"
-endif