From 0e9b63c727268514babb5a7b2a87cec9cf2f0b63 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 6 Aug 2011 13:43:32 +0200 Subject: Build system: kconfig symbols: avoid recursive dependencies Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/arch.kconfig | 6 ------ 1 file changed, 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 -- cgit v1.2.3