[PATCH v1 5/6] staging: rtl8723bs: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
  - Resolve the following warning from the Kconfig,
"WARNING: prefer 'help' over '---help---' for new help texts"

Signed-off-by: Moses Christopher 
---
 drivers/staging/rtl8723bs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/Kconfig 
b/drivers/staging/rtl8723bs/Kconfig
index 744091d46f4c..a88467334dac 100644
--- a/drivers/staging/rtl8723bs/Kconfig
+++ b/drivers/staging/rtl8723bs/Kconfig
@@ -5,7 +5,7 @@ config RTL8723BS
depends on m
select WIRELESS_EXT
select WEXT_PRIV
-   ---help---
+   help
This option enables support for RTL8723BS SDIO drivers, such as
the wifi found on the 1st gen Intel Compute Stick, the CHIP
and many other Intel Atom and ARM based devices.
-- 
2.17.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH v1 1/6] staging: fsl-dpaa2: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
  - Resolve the following warning from the Kconfig,
"WARNING: prefer 'help' over '---help---' for new help texts"

Signed-off-by: Moses Christopher 
---
 drivers/staging/fsl-dpaa2/Kconfig | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/fsl-dpaa2/Kconfig 
b/drivers/staging/fsl-dpaa2/Kconfig
index 368837cdf281..244237bb068a 100644
--- a/drivers/staging/fsl-dpaa2/Kconfig
+++ b/drivers/staging/fsl-dpaa2/Kconfig
@@ -6,7 +6,7 @@
 config FSL_DPAA2
bool "Freescale DPAA2 devices"
depends on FSL_MC_BUS
-   ---help---
+   help
  Build drivers for Freescale DataPath Acceleration
  Architecture (DPAA2) family of SoCs.
 
@@ -14,6 +14,6 @@ config FSL_DPAA2_ETHSW
tristate "Freescale DPAA2 Ethernet Switch"
depends on FSL_DPAA2
depends on NET_SWITCHDEV
-   ---help---
-   Driver for Freescale DPAA2 Ethernet Switch. Select
-   BRIDGE to have support for bridge tools.
+   help
+ Driver for Freescale DPAA2 Ethernet Switch. Select
+ BRIDGE to have support for bridge tools.
-- 
2.17.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH v1 0/6] use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
Resolve the Warning that comes from the Kconfig file, which states,
"WARNING: prefer 'help' over '---help---' for new help texts"

Moses Christopher (6):
  staging: fsl-dpaa2: use help instead of ---help--- in Kconfig
  staging: most: use help instead of ---help--- in Kconfig
  staging: unisys: use help instead of ---help--- in Kconfig
  staging: rtl8188eu: use help instead of ---help--- in Kconfig
  staging: rtl8723bs: use help instead of ---help--- in Kconfig
  staging: vt665*: use help instead of ---help--- in Kconfig

 drivers/staging/fsl-dpaa2/Kconfig | 8 
 drivers/staging/most/Kconfig  | 2 +-
 drivers/staging/rtl8188eu/Kconfig | 4 ++--
 drivers/staging/rtl8723bs/Kconfig | 2 +-
 drivers/staging/unisys/Kconfig| 4 ++--
 drivers/staging/vt6655/Kconfig| 5 ++---
 drivers/staging/vt6656/Kconfig| 5 ++---
 7 files changed, 14 insertions(+), 16 deletions(-)

-- 
2.17.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH v1 2/6] staging: most: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
  - Resolve the following warning from the Kconfig,
"WARNING: prefer 'help' over '---help---' for new help texts

Signed-off-by: Moses Christopher 
---
 drivers/staging/most/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/Kconfig b/drivers/staging/most/Kconfig
index db32ea7d1743..8948d5246409 100644
--- a/drivers/staging/most/Kconfig
+++ b/drivers/staging/most/Kconfig
@@ -3,7 +3,7 @@ menuconfig MOST
 tristate "MOST support"
depends on HAS_DMA && CONFIGFS_FS
 default n
----help---
+help
  Say Y here if you want to enable MOST support.
  This driver needs at least one additional component to enable the
  desired access from userspace (e.g. character devices) and one that
-- 
2.17.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH v1 6/6] staging: vt665*: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
  - Resolve the following warning from the Kconfig,
"WARNING: prefer 'help' over '---help---' for new help texts"

Signed-off-by: Moses Christopher 
---
 drivers/staging/vt6655/Kconfig | 5 ++---
 drivers/staging/vt6656/Kconfig | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/vt6655/Kconfig b/drivers/staging/vt6655/Kconfig
index e4b224fedf5b..d1cd5de46dcf 100644
--- a/drivers/staging/vt6655/Kconfig
+++ b/drivers/staging/vt6655/Kconfig
@@ -2,6 +2,5 @@
 config VT6655
tristate "VIA Technologies VT6655 support"
depends on PCI && MAC80211 && m
-   ---help---
-   This is a vendor-written driver for VIA VT6655.
-
+   help
+ This is a vendor-written driver for VIA VT6655.
diff --git a/drivers/staging/vt6656/Kconfig b/drivers/staging/vt6656/Kconfig
index 51e295265ba6..f52a3f1d9a2e 100644
--- a/drivers/staging/vt6656/Kconfig
+++ b/drivers/staging/vt6656/Kconfig
@@ -3,6 +3,5 @@ config VT6656
tristate "VIA Technologies VT6656 support"
depends on MAC80211 && USB && WLAN && m
select FW_LOADER
-   ---help---
-   This is a vendor-written driver for VIA VT6656.
-
+   help
+ This is a vendor-written driver for VIA VT6656.
-- 
2.17.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH v1 4/6] staging: rtl8188eu: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
  - Resolve the following warning from the Kconfig,
"WARNING: prefer 'help' over '---help---' for new help texts"

Signed-off-by: Moses Christopher 
---
 drivers/staging/rtl8188eu/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8188eu/Kconfig 
b/drivers/staging/rtl8188eu/Kconfig
index 4f7ef287a0f2..970d5abd6336 100644
--- a/drivers/staging/rtl8188eu/Kconfig
+++ b/drivers/staging/rtl8188eu/Kconfig
@@ -8,7 +8,7 @@ config R8188EU
select LIB80211
select LIB80211_CRYPT_WEP
select LIB80211_CRYPT_CCMP
-   ---help---
+   help
This option adds the Realtek RTL8188EU USB device such as TP-Link 
TL-WN725N.
If built as a module, it will be called r8188eu.
 
@@ -17,7 +17,7 @@ if R8188EU
 config 88EU_AP_MODE
bool "Realtek RTL8188EU AP mode"
default y
-   ---help---
+   help
This option enables Access Point mode. Unless you know that your system
will never be used as an AP, or the target system has limited memory,
"Y" should be selected.
-- 
2.17.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH v1 3/6] staging: unisys: use help instead of ---help--- in Kconfig

2019-05-18 Thread Moses Christopher
  - Resolve the following warning from the Kconfig,
"WARNING: prefer 'help' over '---help---' for new help texts"

Signed-off-by: Moses Christopher 
---
 drivers/staging/unisys/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/unisys/Kconfig b/drivers/staging/unisys/Kconfig
index dc5e1bddc085..43fe1ce538e1 100644
--- a/drivers/staging/unisys/Kconfig
+++ b/drivers/staging/unisys/Kconfig
@@ -4,8 +4,8 @@
 #
 menuconfig UNISYSSPAR
bool "Unisys SPAR driver support"
-   ---help---
-   Support for the Unisys SPAR drivers
+   help
+ Support for the Unisys SPAR drivers
 
 if UNISYSSPAR
 
-- 
2.17.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH] staging: comedi: use help instead of ---help--- in Kconfig

2019-04-16 Thread Moses Christopher
  - Resolve the following warning from the Kconfig,
"WARNING: prefer 'help' over '---help---' for new help texts"

Signed-off-by: Moses Christopher 
---
 drivers/staging/comedi/Kconfig | 254 -
 1 file changed, 127 insertions(+), 127 deletions(-)

diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig
index 9ab1ee7d36bf..0f63870adc04 100644
--- a/drivers/staging/comedi/Kconfig
+++ b/drivers/staging/comedi/Kconfig
@@ -1,6 +1,6 @@
 config COMEDI
tristate "Data acquisition support (comedi)"
-   ---help---
+   help
  Enable support for a wide range of data acquisition devices
  for Linux.
 
@@ -8,14 +8,14 @@ if COMEDI
 
 config COMEDI_DEBUG
bool "Comedi debugging"
-   ---help---
+   help
  This is an option for use by developers; most people should
  say N here. This enables comedi core and driver debugging.
 
 config COMEDI_DEFAULT_BUF_SIZE_KB
int "Comedi default initial asynchronous buffer size in KiB"
default "2048"
-   ---help---
+   help
  This is the default asynchronous buffer size which is used for
  commands running in the background in kernel space.  This
  defaults to 2048 KiB of memory so that a 16 channel card
@@ -24,7 +24,7 @@ config COMEDI_DEFAULT_BUF_SIZE_KB
 config COMEDI_DEFAULT_BUF_MAXSIZE_KB
int "Comedi default maximum asynchronous buffer size in KiB"
default "20480"
-   ---help---
+   help
  This is the default maximum asynchronous buffer size which can
  be requested by a userspace program without root privileges.
  This is set to 20480 KiB so that a fast I/O card with 16
@@ -32,7 +32,7 @@ config COMEDI_DEFAULT_BUF_MAXSIZE_KB
 
 menuconfig COMEDI_MISC_DRIVERS
bool "Comedi misc drivers"
-   ---help---
+   help
  Enable comedi misc drivers to be built
 
  Note that the answer to this question won't directly affect the
@@ -44,7 +44,7 @@ if COMEDI_MISC_DRIVERS
 config COMEDI_BOND
tristate "Comedi device bonding support"
select COMEDI_KCOMEDILIB
-   ---help---
+   help
  Enable support for a driver to 'bond' (merge) multiple subdevices
  from multiple devices together as one.
 
@@ -55,7 +55,7 @@ config COMEDI_BOND
 
 config COMEDI_TEST
tristate "Fake waveform generator support"
-   ---help---
+   help
  Enable support for the fake waveform generator.
  This driver is mainly for testing purposes, but can also be used to
  generate sample waveforms on systems that don't have data acquisition
@@ -66,7 +66,7 @@ config COMEDI_TEST
 
 config COMEDI_PARPORT
tristate "Parallel port support"
-   ---help---
+   help
  Enable support for the standard parallel port.
  A cheap and easy way to get a few more digital I/O lines. Steal
  additional parallel ports from old computers or your neighbors'
@@ -78,7 +78,7 @@ config COMEDI_PARPORT
 config COMEDI_SSV_DNP
tristate "SSV Embedded Systems DIL/Net-PC support"
depends on X86_32 || COMPILE_TEST
-   ---help---
+   help
  Enable support for SSV Embedded Systems DIL/Net-PC
 
  To compile this driver as a module, choose M here: the module will be
@@ -88,7 +88,7 @@ endif # COMEDI_MISC_DRIVERS
 
 menuconfig COMEDI_ISA_DRIVERS
bool "Comedi ISA and PC/104 drivers"
-   ---help---
+   help
  Enable comedi ISA and PC/104 drivers to be built
 
  Note that the answer to this question won't directly affect the
@@ -100,7 +100,7 @@ if COMEDI_ISA_DRIVERS
 config COMEDI_PCL711
tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support"
select COMEDI_8254
-   ---help---
+   help
  Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112
 
  To compile this driver as a module, choose M here: the module will be
@@ -109,7 +109,7 @@ config COMEDI_PCL711
 config COMEDI_PCL724
tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO"
select COMEDI_8255
-   ---help---
+   help
  Enable support for ISA and PC/104 based 8255 digital i/o boards. This
  driver provides a legacy comedi driver wrapper for the generic 8255
  support driver.
@@ -129,7 +129,7 @@ config COMEDI_PCL724
 
 config COMEDI_PCL726
tristate "Advantech PCL-726 and compatible ISA card support"
-   ---help---
+   help
  Enable support for Advantech PCL-726 and compatible ISA cards.
 
  To compile this driver as a module, choose M here: the module will be
@@ -137,7 +137,7 @@ config COMEDI_PCL726
 
 config COMEDI_PCL730
tristate "Simple Digital I/O board support (8-bit

[PATCH] staging: axis-fifo: Add elaborate description in Kconfig

2019-04-13 Thread Moses Christopher
  - The Xilinx AXI-Stream FIFO IP core driver description is elaborated.
  - References: Xilinx PG080 document, axis-fifo.txt

Signed-off-by: Moses Christopher 
---
 drivers/staging/axis-fifo/Kconfig | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/axis-fifo/Kconfig 
b/drivers/staging/axis-fifo/Kconfig
index d9725888af6f..ecb7811fd387 100644
--- a/drivers/staging/axis-fifo/Kconfig
+++ b/drivers/staging/axis-fifo/Kconfig
@@ -6,5 +6,7 @@ config XIL_AXIS_FIFO
depends on OF
default n
help
- This adds support for the Xilinx AXI-Stream
- FIFO IP core driver.
+ This adds support for the Xilinx AXI-Stream FIFO IP core driver.
+ The AXI Streaming FIFO allows memory mapped access to a AXI Streaming
+ interface. The Xilinx AXI-Stream FIFO IP core can be used to interface
+ to the AXI Ethernet without the need to use DMA.
-- 
2.17.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel