[U-Boot] [PATCH 03/15] tegra: kconfig: move board select menu and common settings
Stephen Warren
swarren at wwwdotorg.org
Mon Aug 4 20:12:56 CEST 2014
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 <swarren at nvidia.com>
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.
More information about the U-Boot
mailing list