From: Lothar Waßmann Date: Tue, 16 Jun 2015 09:12:41 +0000 (+0200) Subject: kconfig: nand: fix selection of SYS_NAND_SELF_INIT X-Git-Tag: KARO-TXA5-2015-06-26~13 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=adadb0e939624ffaad728fa857d4b8992368ca71 kconfig: nand: fix selection of SYS_NAND_SELF_INIT --- diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index ebbc2d4a56..791699922e 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -54,14 +54,13 @@ endif config NAND_MXC bool "Support Freescale i.MX NAND controller" - select SYS_NAND_SELF_INIT if SPL + select SYS_NAND_SELF_INIT help Enable support for the Freescale NAND controller found on i.MX processors. config NAND_MXS bool "Support Freescale GPMI NAND controller" - select SYS_NAND_SELF_INIT if SPL help Enable support for the Freescale GPMI NAND controller found on i.MX28 and i.MX6 processors.