On 12/4/18 2:02 PM, Sven Van Asbroeck wrote: > diff --git a/drivers/fieldbus/anybuss/Kconfig b/drivers/fieldbus/anybuss/Kconfig > index 7e563a78be13..1d0e7516b18e 100644 > --- a/drivers/fieldbus/anybuss/Kconfig > +++ b/drivers/fieldbus/anybuss/Kconfig > @@ -20,4 +20,20 @@ config ARCX_ANYBUS_CONTROLLER > There is also a CAN power readout, unrelated to the Anybus, > modelled as a regulator. > > +config HMS_PROFINET > + tristate "HMS Profinet IRT Controller (Anybus-S)" > + depends on FIELDBUS_DEV && 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 Indent with tab + 2 spaces. -- ~Randy