summaryrefslogtreecommitdiff
path: root/drivers/staging/Kconfig
diff options
context:
space:
mode:
authorSven Van Asbroeck <thesven73@gmail.com>2019-04-16 11:56:12 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-17 12:07:31 +0200
commitf9a82c4820ac30c80df9ea61577ad5f835968533 (patch)
tree90029aec43bacd1c7fa7fabddb8278c161add1e7 /drivers/staging/Kconfig
parente1f79c148c6590847d51e5d3da9ba4d5c198cfc7 (diff)
staging: add Fieldbus Device subsystem.
Fieldbus device (client) adapters allow data exchange with a PLC aka. "Fieldbus Controller" over a fieldbus (Profinet, FLNet, etc.) They are typically used when a Linux device wants to expose itself as an actuator, motor, console light, switch, etc. over the fieldbus. This framework is designed to provide a generic interface to Fieldbus Devices from both the Linux Kernel and the userspace. Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r--drivers/staging/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index 55bc4f2926b1..ca944a2db9bc 100644
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -120,4 +120,6 @@ source "drivers/staging/axis-fifo/Kconfig"
source "drivers/staging/erofs/Kconfig"
+source "drivers/staging/fieldbus/Kconfig"
+
endif # STAGING