Commit d3691813 authored by Miquel Raynal's avatar Miquel Raynal

mtd: rawnand: fix indentation in Kconfig

Rules about Kconfig are simple but in the raw NAND directory indentation
is somehow archaic. Fix the indentation in the whole file.
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent cc53d5ca
...@@ -182,7 +182,7 @@ config MTD_NAND_DISKONCHIP_PROBE_ADDRESS ...@@ -182,7 +182,7 @@ config MTD_NAND_DISKONCHIP_PROBE_ADDRESS
hex "Physical address of DiskOnChip" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED hex "Physical address of DiskOnChip" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED
depends on MTD_NAND_DISKONCHIP depends on MTD_NAND_DISKONCHIP
default "0" default "0"
---help--- help
By default, the probe for DiskOnChip devices will look for a By default, the probe for DiskOnChip devices will look for a
DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000. DiskOnChip at every multiple of 0x2000 between 0xC8000 and 0xEE000.
This option allows you to specify a single address at which to probe This option allows you to specify a single address at which to probe
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment