[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54b830ec-4968-3dd0-af2f-5559059b6e4c@infradead.org>
Date: Tue, 4 Dec 2018 17:01:07 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Sven Van Asbroeck <thesven73@...il.com>, svendev@...x.com,
robh+dt@...nel.org, linus.walleij@...aro.org
Cc: lee.jones@...aro.org, mark.rutland@....com, afaerber@...e.de,
treding@...dia.com, david@...hnology.com, noralf@...nnes.org,
johan@...nel.org, monstr@...str.eu, michal.vokac@...ft.com,
arnd@...db.de, gregkh@...uxfoundation.org, john.garry@...wei.com,
geert+renesas@...der.be, robin.murphy@....com,
paul.gortmaker@...driver.com,
sebastien.bourdelin@...oirfairelinux.com, icenowy@...c.io,
stuyoder@...il.com, maxime.ripard@...tlin.com,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: Re: [PATCH v5 1/6] fieldbus_dev: add Fieldbus Device subsystem.
On 12/4/18 2:02 PM, Sven Van Asbroeck wrote:
> diff --git a/drivers/fieldbus/Kconfig b/drivers/fieldbus/Kconfig
> new file mode 100644
> index 000000000000..1d1929ba7e27
> --- /dev/null
> +++ b/drivers/fieldbus/Kconfig
> @@ -0,0 +1,19 @@
> +menuconfig FIELDBUS_DEV
> + bool "Fieldbus Device Support"
> + help
> + Support for Fieldbus Device Adapters.
> +
> + Fieldbus device (client) adapters allow data exchange with a PLC aka.
> + "Fieldbus Controller" over a fieldbus (Profinet, FLNet, etc.)
> +
> + They are typically used when a Linux device wants to expose itself
> + as an actuator, motor, console light, switch, etc. over the fieldbus.
> +
> + This framework is designed to provide a generic interface to Fieldbus
> + Devices from both the Linux Kernel and the userspace.
> +
> + If unsure, say no.
> +
> +if FIELDBUS_DEV
> +
> +endif
Hi,
Please consistently use one tab + 2 spaces to indent Kconfig help text,
as documented in Documentation/process/coding-style.rst.
--
~Randy
Powered by blists - more mailing lists