summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-09-09 21:49:44 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-09-09 21:49:44 +0200
commit1e09a82c1a74c89036ceeb77bf77b759bf7a88e0 (patch)
treefc72fa689629ed0efc1560806ce9ffe1fdac2f57
parent013aec7d8a682951c92903ba0aaa8eea3b242c08 (diff)
downloadembtoolkit-1e09a82c1a74c89036ceeb77bf77b759bf7a88e0.tar.gz
embtoolkit-1e09a82c1a74c89036ceeb77bf77b759bf7a88e0.tar.bz2
embtoolkit-1e09a82c1a74c89036ceeb77bf77b759bf7a88e0.tar.xz
ARM achitecture: select 32bits filesystem for all
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--kconfig/arch.kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/kconfig/arch.kconfig b/kconfig/arch.kconfig
index 21fdb2b..25acab1 100644
--- a/kconfig/arch.kconfig
+++ b/kconfig/arch.kconfig
@@ -31,6 +31,7 @@ choice
config EMBTK_ARCH_ARM
bool "ARM"
select EMBTK_TARGET_ARCH_32BITS
+ select EMBTK_32BITS_FS
config EMBTK_ARCH_MIPS
bool "MIPS"
config EMBTK_ARCH_M68k