summaryrefslogtreecommitdiffstats
path: root/drivers/w1
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-05-16 14:12:54 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2019-05-17 12:03:24 +0200
commit9b8ed55336bc7aa7d90f3327752c8682ae00decb (patch)
tree17904fcec8c85c6e18abf00eefbc65d4f00cadfd /drivers/w1
parente0602ec5c3ea3e69acf29526922aaaccff44bc4d (diff)
downloadbarebox-9b8ed55336bc7aa7d90f3327752c8682ae00decb.tar.gz
barebox-9b8ed55336bc7aa7d90f3327752c8682ae00decb.tar.xz
treewide: replace '---help---' with 'help' in Kconfig files
In Linux, '---help---' was deprecated in favor of 'help', and this is checked by the recent checkpatch.pl See Linux commit 84af7a6194e493fae312a2b7fa5a3b51f76d9282 The number of '---help---' is gradually decreasing in Linux, but there are still lots. However, '---help---' will be completely killed when the time comes. Fortunately, there are only some in Barebox. Replacing them is not hard. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/w1')
-rw-r--r--drivers/w1/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/w1/Kconfig b/drivers/w1/Kconfig
index 4a16197c69..6299f6e16d 100644
--- a/drivers/w1/Kconfig
+++ b/drivers/w1/Kconfig
@@ -1,6 +1,6 @@
menuconfig W1
bool "Dallas's 1-wire support"
- ---help---
+ help
Dallas' 1-wire bus is useful to connect slow 1-pin devices
such as iButtons and thermal sensors.
@@ -13,7 +13,7 @@ source "drivers/w1/slaves/Kconfig"
config W1_DUAL_SEARCH
bool "dual search"
- ---help---
+ help
Some device need to be searched twice to be detected
endif # W1