]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/nand/Kconfig
mtd: denali: add Denali NAND driver for SPL
[karo-tx-uboot.git] / drivers / mtd / nand / Kconfig
index 1d9bf4802caef5fc6c6b484b5303d3d8b2ddb2ea..75c2c065c891e42028d0ce6fea80785f6e28b6d4 100644 (file)
@@ -29,4 +29,14 @@ config NAND_DENALI_SPARE_AREA_SKIP_BYTES
 
 endif
 
+if SPL_BUILD
+
+config SPL_NAND_DENALI
+       bool "Support Denali NAND controller for SPL"
+       help
+         This is a small implementation of the Denali NAND controller
+         for use on SPL.
+
+endif
+
 endmenu