summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-06 13:43:32 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-06 13:43:32 +0200
commit0e9b63c727268514babb5a7b2a87cec9cf2f0b63 (patch)
tree6b23abb21add837ac4f9f5b438afc201c90d4f8d
parentc7d273b32124a2cfea78ce6f960fc2ec8b12974f (diff)
downloadembtoolkit-0e9b63c727268514babb5a7b2a87cec9cf2f0b63.tar.gz
embtoolkit-0e9b63c727268514babb5a7b2a87cec9cf2f0b63.tar.bz2
embtoolkit-0e9b63c727268514babb5a7b2a87cec9cf2f0b63.tar.xz
Build system: kconfig symbols: avoid recursive dependencies
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/arch.kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/kconfig/arch.kconfig b/kconfig/arch.kconfig
index c7243ca..4180d09 100644
--- a/kconfig/arch.kconfig
+++ b/kconfig/arch.kconfig
@@ -47,25 +47,21 @@ choice
endchoice
config EMBTK_TARGET_ARCH_64BITS
- depends on !EMBTK_TARGET_ARCH_32BITS
bool
help
Processor is 64bits
config EMBTK_TARGET_ARCH_32BITS
- depends on !EMBTK_TARGET_ARCH_64BITS
bool
help
Processor is 32bits
config EMBTK_32BITS_FS
- depends on !EMBTK_64BITS_FS
bool
help
we will build 32bits filesystem layout
config EMBTK_64BITS_FS
- depends on !EMBTK_32BITS_FS
bool
help
we will build 64bits filesystem layout
@@ -78,12 +74,10 @@ config EMBTK_64BITS_FS_COMPAT32
config EMBTK_TARGET_ARCH_LITTLE_ENDIAN
bool
- depends on !EMBTK_TARGET_ARCH_BIG_ENDIAN
help
Little endian target
config EMBTK_TARGET_ARCH_BIG_ENDIAN
bool
- depends on !EMBTK_TARGET_ARCH_LITTLE_ENDIAN
help
Big endian target