]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/nand/Kconfig
mtd: nand: atmel: add Atmel NAND controller configs to Kconfig
[karo-tx-uboot.git] / drivers / mtd / nand / Kconfig
index 791699922e2c48fb14fc81c5cfb8229eb7ba810b..3a5ffc1c226e0136747f2444936792051a01b8e2 100644 (file)
@@ -52,6 +52,10 @@ config SPL_NAND_DENALI
 
 endif
 
+config NAND_ATMEL
+       bool "AT91 NAND flash controller"
+       select SYS_NAND_SELF_INIT
+
 config NAND_MXC
        bool "Support Freescale i.MX NAND controller"
        select SYS_NAND_SELF_INIT
@@ -67,7 +71,7 @@ config NAND_MXS
 
 config NAND_MXS_NO_BBM_SWAP
        bool "disable bad block mark swapping"
-       depends on NAND_MXS && MX6
+       depends on NAND_MXS && SOC_MX6
        select SYS_NAND_USE_FLASH_BBT
 
 endif