From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 04 Aug 2014 12:12:56 -0600 Subject: [U-Boot] [PATCH 03/15] tegra: kconfig: move board select menu and common settings In-Reply-To: <1407158368-25481-4-git-send-email-yamada.m@jp.panasonic.com> References: <1407158368-25481-1-git-send-email-yamada.m@jp.panasonic.com> <1407158368-25481-4-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <53DFCD28.9090107@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/04/2014 07:19 AM, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the Tegra board select menu to tegra/Kconfig. > > Insert the Tegra SoC select menu between the arch select and the > board select. > > Architecture select > |-- Tegra Platform (Tegra) > |- Tegra SoC select (Tegra20 / 30 / 114 / 124) > |- Board select > > Consolidate also common settings (CONFIG_SYS_CPU="armv7" and > CONFIG_SYS_SOC="tegra*") and always "select" CONFIG_SPL as follows: > > config TEGRA > bool > select SPL I briefly scanned this and it looks reasonable to me. Acked-by: Stephen Warren BTW, what's the "+S:CONFIG_TEGRA=y" syntax in the defconfig files? I don't recall seeing that in the kernel, where *_defconfig are generated by "make savedefconfig", and only contain lines saying "CONFIG_TEGRA=y" without the "+S:" prefix.