]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
arch/arm: fix-up the ARM Kconfig warning
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 7 Feb 2013 09:04:48 +0000 (09:04 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 7 Feb 2013 19:39:26 +0000 (20:39 +0100)
commit58c2500e2ab550e28a5edd8369e1cf9b043874d8
tree38147f9aec86a932909af152a9629d8329eba8bf
parent124c4e040af817951ceb67bab04e2575269c827a
arch/arm: fix-up the ARM Kconfig warning

Kconfig does not accepts that a symbol that is part of a choice
be affected a default value.

Fix this by introducing a dummy EABI symbol, and make the real
EABI symbol a prompt-less option that depends on !OABI.

[Peter: drop arm dependency, rename to EABI_CHOICE]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
arch/Config.in.arm