Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / staging / fieldbus / anybuss / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config HMS_ANYBUSS_BUS
3         tristate "HMS Anybus-S Bus Support"
4         select REGMAP
5         depends on OF && FIELDBUS_DEV
6         help
7           Driver for the HMS Industrial Networks Anybus-S bus.
8           You can attach a single Anybus-S compatible card to it, which
9           typically provides fieldbus and industrial ethernet
10           functionality.
11
12 if HMS_ANYBUSS_BUS
13
14 config ARCX_ANYBUS_CONTROLLER
15         tristate "Arcx Anybus-S Controller"
16         depends on OF && GPIOLIB && HAS_IOMEM && REGULATOR
17         help
18           Select this to get support for the Arcx Anybus controller.
19           It connects to the SoC via a parallel memory bus, and
20           embeds up to two Anybus-S buses (slots).
21           There is also a CAN power readout, unrelated to the Anybus,
22           modelled as a regulator.
23
24 config HMS_PROFINET
25         tristate "HMS Profinet IRT Controller (Anybus-S)"
26         depends on FIELDBUS_DEV && HMS_ANYBUSS_BUS
27         help
28           If you say yes here you get support for the HMS Industrial
29           Networks Profinet IRT Controller.
30
31           It will be registered with the kernel as a fieldbus_dev,
32           so userspace can interact with it via the fieldbus_dev userspace
33           interface(s).
34
35           This driver can also be built as a module. If so, the module
36           will be called hms-profinet.
37
38           If unsure, say N.
39
40 endif