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: Miquel Raynal <miquel.raynal@bootlin.com>
This commit is contained in:
parent
cc53d5ca38
commit
d3691813b0
@ -44,12 +44,12 @@ config MTD_NAND_DENALI
|
|||||||
tristate
|
tristate
|
||||||
|
|
||||||
config MTD_NAND_DENALI_PCI
|
config MTD_NAND_DENALI_PCI
|
||||||
tristate "Support Denali NAND controller on Intel Moorestown"
|
tristate "Support Denali NAND controller on Intel Moorestown"
|
||||||
select MTD_NAND_DENALI
|
select MTD_NAND_DENALI
|
||||||
depends on PCI
|
depends on PCI
|
||||||
help
|
help
|
||||||
Enable the driver for NAND flash on Intel Moorestown, using the
|
Enable the driver for NAND flash on Intel Moorestown, using the
|
||||||
Denali NAND controller core.
|
Denali NAND controller core.
|
||||||
|
|
||||||
config MTD_NAND_DENALI_DT
|
config MTD_NAND_DENALI_DT
|
||||||
tristate "Support Denali NAND controller as a DT device"
|
tristate "Support Denali NAND controller as a DT device"
|
||||||
@ -80,7 +80,7 @@ config MTD_NAND_OMAP2
|
|||||||
depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE || COMPILE_TEST
|
depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE || COMPILE_TEST
|
||||||
depends on HAS_IOMEM
|
depends on HAS_IOMEM
|
||||||
help
|
help
|
||||||
Support for NAND flash on Texas Instruments OMAP2, OMAP3, OMAP4
|
Support for NAND flash on Texas Instruments OMAP2, OMAP3, OMAP4
|
||||||
and Keystone platforms.
|
and Keystone platforms.
|
||||||
|
|
||||||
config MTD_NAND_OMAP_BCH
|
config MTD_NAND_OMAP_BCH
|
||||||
@ -138,7 +138,7 @@ config MTD_NAND_NDFC
|
|||||||
depends on 4xx
|
depends on 4xx
|
||||||
select MTD_NAND_ECC_SMC
|
select MTD_NAND_ECC_SMC
|
||||||
help
|
help
|
||||||
NDFC Nand Flash Controllers are integrated in IBM/AMCC's 4xx SoCs
|
NDFC Nand Flash Controllers are integrated in IBM/AMCC's 4xx SoCs
|
||||||
|
|
||||||
config MTD_NAND_S3C2410_CLKSTOP
|
config MTD_NAND_S3C2410_CLKSTOP
|
||||||
bool "Samsung S3C NAND IDLE clock stop"
|
bool "Samsung S3C NAND IDLE clock stop"
|
||||||
@ -170,40 +170,40 @@ config MTD_NAND_DISKONCHIP
|
|||||||
these devices.
|
these devices.
|
||||||
|
|
||||||
config MTD_NAND_DISKONCHIP_PROBE_ADVANCED
|
config MTD_NAND_DISKONCHIP_PROBE_ADVANCED
|
||||||
bool "Advanced detection options for DiskOnChip"
|
bool "Advanced detection options for DiskOnChip"
|
||||||
depends on MTD_NAND_DISKONCHIP
|
depends on MTD_NAND_DISKONCHIP
|
||||||
help
|
help
|
||||||
This option allows you to specify nonstandard address at which to
|
This option allows you to specify nonstandard address at which to
|
||||||
probe for a DiskOnChip, or to change the detection options. You
|
probe for a DiskOnChip, or to change the detection options. You
|
||||||
are unlikely to need any of this unless you are using LinuxBIOS.
|
are unlikely to need any of this unless you are using LinuxBIOS.
|
||||||
Say 'N'.
|
Say 'N'.
|
||||||
|
|
||||||
config MTD_NAND_DISKONCHIP_PROBE_ADDRESS
|
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
|
||||||
for the device, which is useful if you have other devices in that
|
for the device, which is useful if you have other devices in that
|
||||||
range which get upset when they are probed.
|
range which get upset when they are probed.
|
||||||
|
|
||||||
(Note that on PowerPC, the normal probe will only check at
|
(Note that on PowerPC, the normal probe will only check at
|
||||||
0xE4000000.)
|
0xE4000000.)
|
||||||
|
|
||||||
Normally, you should leave this set to zero, to allow the probe at
|
Normally, you should leave this set to zero, to allow the probe at
|
||||||
the normal addresses.
|
the normal addresses.
|
||||||
|
|
||||||
config MTD_NAND_DISKONCHIP_PROBE_HIGH
|
config MTD_NAND_DISKONCHIP_PROBE_HIGH
|
||||||
bool "Probe high addresses"
|
bool "Probe high addresses"
|
||||||
depends on MTD_NAND_DISKONCHIP_PROBE_ADVANCED
|
depends on MTD_NAND_DISKONCHIP_PROBE_ADVANCED
|
||||||
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 changes to make it probe between 0xFFFC8000 and
|
This option changes to make it probe between 0xFFFC8000 and
|
||||||
0xFFFEE000. Unless you are using LinuxBIOS, this is unlikely to be
|
0xFFFEE000. Unless you are using LinuxBIOS, this is unlikely to be
|
||||||
useful to you. Say 'N'.
|
useful to you. Say 'N'.
|
||||||
|
|
||||||
config MTD_NAND_DISKONCHIP_BBTWRITE
|
config MTD_NAND_DISKONCHIP_BBTWRITE
|
||||||
bool "Allow BBT writes on DiskOnChip Millennium and 2000TSOP"
|
bool "Allow BBT writes on DiskOnChip Millennium and 2000TSOP"
|
||||||
@ -345,13 +345,13 @@ config MTD_NAND_NANDSIM
|
|||||||
MTD nand layer.
|
MTD nand layer.
|
||||||
|
|
||||||
config MTD_NAND_GPMI_NAND
|
config MTD_NAND_GPMI_NAND
|
||||||
tristate "GPMI NAND Flash Controller driver"
|
tristate "GPMI NAND Flash Controller driver"
|
||||||
depends on MXS_DMA
|
depends on MXS_DMA
|
||||||
help
|
help
|
||||||
Enables NAND Flash support for IMX23, IMX28 or IMX6.
|
Enables NAND Flash support for IMX23, IMX28 or IMX6.
|
||||||
The GPMI controller is very powerful, with the help of BCH
|
The GPMI controller is very powerful, with the help of BCH
|
||||||
module, it can do the hardware ECC. The GPMI supports several
|
module, it can do the hardware ECC. The GPMI supports several
|
||||||
NAND flashs at the same time.
|
NAND flashs at the same time.
|
||||||
|
|
||||||
config MTD_NAND_BRCMNAND
|
config MTD_NAND_BRCMNAND
|
||||||
tristate "Broadcom STB NAND controller"
|
tristate "Broadcom STB NAND controller"
|
||||||
@ -459,9 +459,9 @@ config MTD_NAND_SH_FLCTL
|
|||||||
for NAND Flash using FLCTL.
|
for NAND Flash using FLCTL.
|
||||||
|
|
||||||
config MTD_NAND_DAVINCI
|
config MTD_NAND_DAVINCI
|
||||||
tristate "Support NAND on DaVinci/Keystone SoC"
|
tristate "Support NAND on DaVinci/Keystone SoC"
|
||||||
depends on ARCH_DAVINCI || (ARCH_KEYSTONE && TI_AEMIF)
|
depends on ARCH_DAVINCI || (ARCH_KEYSTONE && TI_AEMIF)
|
||||||
help
|
help
|
||||||
Enable the driver for NAND flash chips on Texas Instruments
|
Enable the driver for NAND flash chips on Texas Instruments
|
||||||
DaVinci/Keystone processors.
|
DaVinci/Keystone processors.
|
||||||
|
|
||||||
@ -489,7 +489,7 @@ config MTD_NAND_JZ4740
|
|||||||
tristate "Support for JZ4740 SoC NAND controller"
|
tristate "Support for JZ4740 SoC NAND controller"
|
||||||
depends on MACH_JZ4740
|
depends on MACH_JZ4740
|
||||||
help
|
help
|
||||||
Enables support for NAND Flash on JZ4740 SoC based boards.
|
Enables support for NAND Flash on JZ4740 SoC based boards.
|
||||||
|
|
||||||
config MTD_NAND_JZ4780
|
config MTD_NAND_JZ4780
|
||||||
tristate "Support for NAND on JZ4780 SoC"
|
tristate "Support for NAND on JZ4780 SoC"
|
||||||
|
Loading…
Reference in New Issue
Block a user