]> Git Repo - J-linux.git/blob - drivers/staging/fieldbus/Kconfig
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / drivers / staging / fieldbus / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig FIELDBUS_DEV
3         tristate "Fieldbus Device Support"
4         help
5           Support for Fieldbus Device Adapters.
6
7           Fieldbus device (client) adapters allow data exchange with a PLC aka.
8           "Fieldbus Controller" over a fieldbus (Profinet, FLNet, etc.)
9
10           They are typically used when a Linux device wants to expose itself
11           as an actuator, motor, console light, switch, etc. over the fieldbus.
12
13           This framework is designed to provide a generic interface to Fieldbus
14           Devices from both the Linux Kernel and the userspace.
15
16           If unsure, say no.
17
18 source "drivers/staging/fieldbus/anybuss/Kconfig"
19
This page took 0.032561 seconds and 4 git commands to generate.