]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 23 Oct 2014 16:30:43 +0000 (01:30 +0900)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 17:19:09 +0000 (13:19 -0400)
commit45ccec8f29563f248cd1a7d53c1a9ffa2881837d
treee576d7e5b3308c16732af629836ec1cb4c6adb4e
parent76eb5d815e0e4c4979fb862498e2860e9db2b810
kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig

The private libgcc is supported only on ARM, MIPS, PowerPC, SH, x86.
Those architectures should "select" HAVE_PRIVATE_LIBGCC and
CONFIG_USE_PRIVATE_LIBGCC should depend on it.

Currently, this option is enabled on Tegra boards and x86 architecture.
Move the definition from header files to Kconfig.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Tested-by: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Tom Warren <twarren@nvidia.com>
arch/Kconfig
arch/arm/cpu/armv7/tegra-common/Kconfig
arch/x86/Kconfig
arch/x86/include/asm/config.h
include/configs/tegra-common.h
lib/Kconfig