diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-07-18 11:09:52 -0400 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-07-19 17:12:06 -0400 |
commit | a8222a84cefa9d3595a14cf076bc8c09287bf16c (patch) | |
tree | 65e93d2d710f3edbbb7d0e089629185a7fd6dcd2 /drivers/mtd/lpddr | |
parent | 6c6bc9ea84d0008024606bf5ba10519e20d851bf (diff) |
mtd: Make Kconfig formatting consistent
Fix indentation and replace '---help---' by 'help' to make things
consistent.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/mtd/lpddr')
-rw-r--r-- | drivers/mtd/lpddr/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/mtd/lpddr/Kconfig b/drivers/mtd/lpddr/Kconfig index 3a19cbee24d7..a5a332fbd593 100644 --- a/drivers/mtd/lpddr/Kconfig +++ b/drivers/mtd/lpddr/Kconfig | |||
@@ -13,10 +13,10 @@ config MTD_QINFO_PROBE | |||
13 | depends on MTD_LPDDR | 13 | depends on MTD_LPDDR |
14 | tristate "Detect flash chips by QINFO probe" | 14 | tristate "Detect flash chips by QINFO probe" |
15 | help | 15 | help |
16 | Device Information for LPDDR chips is offered through the Overlay | 16 | Device Information for LPDDR chips is offered through the Overlay |
17 | Window QINFO interface, permits software to be used for entire | 17 | Window QINFO interface, permits software to be used for entire |
18 | families of devices. This serves similar purpose of CFI on legacy | 18 | families of devices. This serves similar purpose of CFI on legacy |
19 | Flash products | 19 | Flash products |
20 | 20 | ||
21 | config MTD_LPDDR2_NVM | 21 | config MTD_LPDDR2_NVM |
22 | # ARM dependency is only for writel_relaxed() | 22 | # ARM dependency is only for writel_relaxed() |