mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
[platform/kernel/u-boot.git] / drivers / mtd / nand / raw / Kconfig
index f86035b..26cc91a 100644 (file)
@@ -1,7 +1,7 @@
 
-menuconfig NAND
+menuconfig MTD_RAW_NAND
        bool "Raw NAND Device Support"
-if NAND
+if MTD_RAW_NAND
 
 config SYS_NAND_SELF_INIT
        bool
@@ -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
@@ -67,6 +72,12 @@ config NAND_BRCMNAND
          Enable the driver for NAND flash on platforms using a Broadcom NAND
          controller.
 
+config NAND_BRCMNAND_6368
+       bool "Support Broadcom NAND controller on bcm6368"
+       depends on NAND_BRCMNAND && ARCH_BMIPS
+       help
+         Enable support for broadcom nand driver on bcm6368.
+
 config NAND_BRCMNAND_6838
        bool "Support Broadcom NAND controller on bcm6838"
        depends on NAND_BRCMNAND && ARCH_BMIPS && SOC_BMIPS_BCM6838