From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 26 Aug 2015 19:38:22 +0100 Subject: [U-Boot] [PATCH 3/4] mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through Kconfig In-Reply-To: <1440267221-22220-3-git-send-email-hdegoede@redhat.com> References: <1440267221-22220-1-git-send-email-hdegoede@redhat.com> <1440267221-22220-3-git-send-email-hdegoede@redhat.com> Message-ID: <1440614302.19820.5.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2015-08-22 at 20:13 +0200, Hans de Goede wrote: > Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through Kconfig, just > like > SYS_NAND_BUSWIDTH_16BIT this is only enabled on some SoCs using > depends, > to avoid double defining it for SoCs which have not yet moved to > Kconfig > for this. > > Having this in Kconfig is useful because this is something which may > differ from one board to the other even when using the same SoC. > > Signed-off-by: Hans de Goede For the sunxi side: Acked-by: Ian Campbell (But needs MTD custodian's more, I guess that is Scott?)