diff options
| author | Tom Rini <[email protected]> | 2021-09-22 14:50:33 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-06 09:16:23 -0400 |
| commit | 4884d829d72e58d3448df46325699cdc2151686e (patch) | |
| tree | bddcf5355444a500155ae8169676edbcab0e20d6 /drivers | |
| parent | 9d9f59dd0a97b327b784699152f7055adc7b3520 (diff) | |
Convert CONFIG_SYS_NAND_5_ADDR_CYCLE to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_NAND_5_ADDR_CYCLE
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/nand/raw/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig index dab392e9836..0c536c93394 100644 --- a/drivers/mtd/nand/raw/Kconfig +++ b/drivers/mtd/nand/raw/Kconfig @@ -425,6 +425,15 @@ config SYS_NAND_MAX_CHIPS if SPL +config SYS_NAND_5_ADDR_CYCLE + bool "Wait 5 address cycles during NAND commands" + depends on SPL_NAND_AM33XX_BCH || SPL_NAND_SIMPLE || \ + (SPL_NAND_SUPPORT && NAND_ATMEL) + default y + help + Some controllers require waiting for 5 address cycles when issuing + some commands, on NAND chips larger than 128MiB. + choice prompt "NAND bad block marker/indicator positon in the OOB" depends on SPL_NAND_AM33XX_BCH || SPL_NAND_DENALI || SPL_NAND_SIMPLE || \ |
