On 10/24/18 7:24 AM, Sven Van Asbroeck wrote: > diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig > index 1851112ccc29..68869648b9ab 100644 > --- a/drivers/bus/Kconfig > +++ b/drivers/bus/Kconfig > @@ -45,6 +45,17 @@ config IMX_WEIM > The WEIM(Wireless External Interface Module) works like a bus. > You can attach many different devices on it, such as NOR, onenand. > > +config HMS_ANYBUSS_HOST > + tristate "HMS Anybus-S Host/Bus Driver" > + select REGMAP > + depends on OF > + default n Please drop the "default n". That is already the default in Kconfig files. > + help > + Driver for the HMS Industrial Networks Anybus-S bus. > + You can attach Anybus-S compatible cards to it, which > + typically provide fieldbus and industrial ethernet > + functionality. > + > config MIPS_CDMM > bool "MIPS Common Device Memory Map (CDMM) Driver" > depends on CPU_MIPSR2 Also please check the multi-line comments for kernel comment style. thanks, -- ~Randy