mtd: nand: arasan_nfc: Add support for nand multi chip select
[oweals/u-boot.git] / drivers / mtd / nand / raw / Kconfig
index 6d466603d818d43452fc2e9a67ffeda52c8458c4..7f76e5ecef4fd20f039cc3760be27dd6a42a6460 100644 (file)
@@ -299,6 +299,13 @@ config SYS_NAND_BUSWIDTH_16BIT
            not available while configuring controller. So a static CONFIG_NAND_xx
            is needed to know the device's bus-width in advance.
 
+config SYS_NAND_MAX_CHIPS
+       int "NAND max chips"
+       default 1
+       depends on NAND_ARASAN
+       help
+         The maximum number of NAND chips per device to be supported.
+
 if SPL
 
 config SYS_NAND_U_BOOT_LOCATIONS