diff options
| author | Tom Rini <[email protected]> | 2022-10-28 20:27:11 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-11-10 10:08:55 -0500 |
| commit | d236210c11d2bdf81c721d2df6efb693f258a58b (patch) | |
| tree | f39d99ebc10238ecfc4a38a00c1be2ea66778505 /drivers | |
| parent | 8c778f78340068cebf5484a9f69de1de5d4eb447 (diff) | |
Convert CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/nand/raw/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig index a7196d51d90..da2c5795bc3 100644 --- a/drivers/mtd/nand/raw/Kconfig +++ b/drivers/mtd/nand/raw/Kconfig @@ -136,6 +136,10 @@ config NAND_DAVINCI Enable this driver for NAND flash controllers available in TI Davinci and Keystone2 platforms +config SYS_NAND_4BIT_HW_ECC_OOBFIRST + bool "Use 4-bit HW ECC with OOB at the front" + depends on NAND_DAVINCI + config KEYSTONE_RBL_NAND depends on ARCH_KEYSTONE def_bool y |
