Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_HMS_ANYBUSS_BUS
	tristate "HMS Anybus-S Bus Support"
	select CONFIG_REGMAP
	depends on CONFIG_OF && CONFIG_FIELDBUS_DEV
	help
	  Driver for the HMS Industrial Networks Anybus-S bus.
	  You can attach a single Anybus-S compatible card to it, which
	  typically provides fieldbus and industrial ethernet
	  functionality.

if CONFIG_HMS_ANYBUSS_BUS

config CONFIG_ARCX_ANYBUS_CONTROLLER
	tristate "Arcx Anybus-S Controller"
	depends on CONFIG_OF && CONFIG_GPIOLIB && CONFIG_HAS_IOMEM && CONFIG_REGULATOR
	select CONFIG_REGMAP_MMIO
	help
	  Select this to get support for the Arcx Anybus controller.
	  It connects to the SoC via a parallel memory bus, and
	  embeds up to two Anybus-S buses (slots).
	  There is also a CONFIG_CAN power readout, unrelated to the Anybus,
	  modelled as a regulator.

config CONFIG_HMS_PROFINET
	tristate "HMS Profinet IRT Controller (Anybus-S)"
	depends on CONFIG_FIELDBUS_DEV && CONFIG_HMS_ANYBUSS_BUS
	help
	  If you say yes here you get support for the HMS Industrial
	  Networks Profinet IRT Controller.

	  It will be registered with the kernel as a fieldbus_dev,
	  so userspace can interact with it via the fieldbus_dev userspace
	  interface(s).

	  This driver can also be built as a module. If so, the module
	  will be called hms-profinet.

	  If unsure, say N.

endif