Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig FIELDBUS_DEV
0003         tristate "Fieldbus Device Support"
0004         help
0005           Support for Fieldbus Device Adapters.
0006 
0007           Fieldbus device (client) adapters allow data exchange with a PLC aka.
0008           "Fieldbus Controller" over a fieldbus (Profinet, FLNet, etc.)
0009 
0010           They are typically used when a Linux device wants to expose itself
0011           as an actuator, motor, console light, switch, etc. over the fieldbus.
0012 
0013           This framework is designed to provide a generic interface to Fieldbus
0014           Devices from both the Linux Kernel and the userspace.
0015 
0016           If unsure, say no.
0017 
0018 source "drivers/staging/fieldbus/anybuss/Kconfig"
0019