diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-07-18 17:09:52 +0200 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-07-19 23:12:06 +0200 |
commit | a8222a84cefa9d3595a14cf076bc8c09287bf16c (patch) | |
tree | 65e93d2d710f3edbbb7d0e089629185a7fd6dcd2 /drivers/mtd/lpddr | |
parent | 6c6bc9ea84d0008024606bf5ba10519e20d851bf (diff) | |
download | linux-a8222a84cefa9d3595a14cf076bc8c09287bf16c.tar.bz2 |
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 depends on MTD_LPDDR tristate "Detect flash chips by QINFO probe" help - Device Information for LPDDR chips is offered through the Overlay - Window QINFO interface, permits software to be used for entire - families of devices. This serves similar purpose of CFI on legacy - Flash products + Device Information for LPDDR chips is offered through the Overlay + Window QINFO interface, permits software to be used for entire + families of devices. This serves similar purpose of CFI on legacy + Flash products config MTD_LPDDR2_NVM # ARM dependency is only for writel_relaxed() |