diff options
| author | Tom Rini <[email protected]> | 2019-08-26 09:37:37 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-08-26 09:37:37 -0400 |
| commit | 6f9656d726235b4cbb4f469a82c30e5006a75b53 (patch) | |
| tree | 2b8afde3d7a06a3778bd24cf4243dd0856a07add /drivers | |
| parent | 50b4b80f597b9f59b98adbdbad691b1027bd501a (diff) | |
| parent | 1ee774d20914fb89ad1b236aedb4178912f77c77 (diff) | |
Merge branch '2019-08-24-master-imports'
- Migrate SYS_SPI_U_BOOT_OFFS, SYS_NAND_USE_FLASH_BBT and ARCH_CPU_INIT
to Kconfig
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/nand/raw/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig index f86035bcce5..a129f44869c 100644 --- a/drivers/mtd/nand/raw/Kconfig +++ b/drivers/mtd/nand/raw/Kconfig @@ -15,6 +15,11 @@ config SYS_NAND_DRIVER_ECC_LAYOUT Omit standard ECC layouts to safe space. Select this if your driver is known to provide its own ECC layout. +config SYS_NAND_USE_FLASH_BBT + bool "Enable BBT (Bad Block Table) support" + help + Enable the BBT (Bad Block Table) usage. + config NAND_ATMEL bool "Support Atmel NAND controller" imply SYS_NAND_USE_FLASH_BBT |
