]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: drop "optional" from target select in favor of ARCH_VERSATILE
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 1 Aug 2015 07:39:13 +0000 (16:39 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:19:14 +0000 (10:19 +0200)
commit9881546f83d807531e2df1b3db69d8cd95d7a7bd
treefdabeff720f479bcf126885cc8b8bd8fe195f641
parent18e32d7ff3d6fac878c786a185d337ad0a6c2152
ARM: drop "optional" from target select in favor of ARCH_VERSATILE

Since commit a26cd04920dc ("arch: Make board selection choices
optional"), Kconfig could create such an insane .config file that
no SoC/board is selected.

This is now a real problem for Buildroot, for example.
(http://lists.busybox.net/pipermail/buildroot/2015-July/135125.html)

This commit drops the "optional" from the ARM target select menu
in favor of "Versatile family".

Rationale:
 - Historically, Linux chose versatile_defconfig as the default
   of ARM defconfig. (arch/arm/Makefile of Linux describes:
   KBUILD_DEFCONFIG := versatile_defconfig)

 - It was published by ARM Ltd.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/Kconfig
configs/versatileab_defconfig
configs/versatilepb_defconfig
configs/versatileqemu_defconfig