X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fmtd%2Fnand%2FKconfig;h=72825c3e2edf1fa689c04ec474b3057b9e5a6f99;hb=b9cb64825b5e6efeb715abd8b48d9b12f98973e9;hp=75c2c065c891e42028d0ce6fea80785f6e28b6d4;hpb=dd0204e48d05f41480743a798b94d5484b664639;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 75c2c06..72825c3 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -1,9 +1,14 @@ menu "NAND Device Support" -if !SPL_BUILD +config SYS_NAND_SELF_INIT + bool + help + This option, if enabled, provides more flexible and linux-like + NAND initialization process. config NAND_DENALI bool "Support Denali NAND controller" + select SYS_NAND_SELF_INIT help Enable support for the Denali NAND controller. @@ -27,9 +32,7 @@ config NAND_DENALI_SPARE_AREA_SKIP_BYTES of OOB area before last ECC sector data starts. This is potentially used to preserve the bad block marker in the OOB area. -endif - -if SPL_BUILD +if SPL config SPL_NAND_DENALI bool "Support Denali NAND controller for SPL"