summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/README.txt5
-rw-r--r--nuttx/arch/c5471/defconfig26
-rw-r--r--nuttx/arch/sim/defconfig26
3 files changed, 0 insertions, 57 deletions
diff --git a/nuttx/arch/README.txt b/nuttx/arch/README.txt
index 0c7e19536..bdc353cbb 100644
--- a/nuttx/arch/README.txt
+++ b/nuttx/arch/README.txt
@@ -92,11 +92,6 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_ARCH_STRNCPY, CONFIG_ARCH_STRLEN, CONFIG_ARCH_BZERO
CONFIG_ARCH_KMALLOC, CONFIG_ARCH_KZMALLOC, CONFIG_ARCH_KFREE
- General Compile environment setup
-
- CONFIG_HAVE_LONG_LONG - enable if your architecture supports
- long long types and if you plan to use them
-
Sizes of configurable things (0 disables)
CONFIG_NPTHREAD_KEYS - The number of items of thread-
diff --git a/nuttx/arch/c5471/defconfig b/nuttx/arch/c5471/defconfig
index 2dd38f014..449d1a2d2 100644
--- a/nuttx/arch/c5471/defconfig
+++ b/nuttx/arch/c5471/defconfig
@@ -130,32 +130,6 @@ CONFIG_ARCH_KZMALLOC=n
CONFIG_ARCH_KFREE=n
#
-# General Compile environment setup
-#
-# CONFIG_SMALL_MEMORY - enable if your processor supports
-# 16-bit addressing; disable if it supports 32-bit.
-# CONFIG_HAVE_INLINE - enable if your compiler supports
-# inline functions
-# CONFIG_HAVE_DOUBLE - enable if your compiler supports type
-# double.
-# CONFIG_HAVE_LONG_LONG - enable if your architecture supports
-# long long types and if you plan to use them
-# CONFIG_CAN_PASS_STRUCTS - enable if your compiler supports
-# passing and assiging structures and unions as values
-# CONFIG_CAN_CAST_POINTERS - enable if you can cast between
-# integers and pointer.
-# CONFIG_HAVE_WEAKFUNCTIONS - enable if you compiler supports
-# weak functions (see include/nuttx/comp
-#
-CONFIG_SMALL_MEMORY=n
-CONFIG_HAVE_INLINE=y
-CONFIG_HAVE_DOUBLE=y
-CONFIG_HAVE_LONG_LONG=n
-CONFIG_CAN_PASS_STRUCTS=y
-CONFIG_CAN_CAST_POINTERS=y
-CONFIG_HAVE_WEAKFUNCTIONS=y
-
-#
# General build options
#
# CONFIG_RRLOAD_BINARY - make the rrload binary format used with
diff --git a/nuttx/arch/sim/defconfig b/nuttx/arch/sim/defconfig
index 5b6f2ae6f..00a8e6e59 100644
--- a/nuttx/arch/sim/defconfig
+++ b/nuttx/arch/sim/defconfig
@@ -97,32 +97,6 @@ CONFIG_ARCH_KZMALLOC=n
CONFIG_ARCH_KFREE=n
#
-# General Compile environment setup
-#
-# CONFIG_SMALL_MEMORY - enable if your processor supports
-# 16-bit addressing; disable if it supports 32-bit.
-# CONFIG_HAVE_INLINE - enable if your compiler supports
-# inline functions
-# CONFIG_HAVE_DOUBLE - enable if your compiler supports type
-# double.
-# CONFIG_HAVE_LONG_LONG - enable if your architecture supports
-# long long types and if you plan to use them
-# CONFIG_CAN_PASS_STRUCTS - enable if your compiler supports
-# passing and assiging structures and unions as values
-# CONFIG_CAN_CAST_POINTERS - enable if you can cast between
-# integers and pointer.
-# CONFIG_HAVE_WEAKFUNCTIONS - enable if you compiler supports
-# weak functions (see include/nuttx/comp
-#
-CONFIG_SMALL_MEMORY=n
-CONFIG_HAVE_INLINE=y
-CONFIG_HAVE_DOUBLE=y
-CONFIG_HAVE_LONG_LONG=n
-CONFIG_CAN_PASS_STRUCTS=y
-CONFIG_CAN_CAST_POINTERS=y
-CONFIG_HAVE_WEAKFUNCTIONS=y
-
-#
# General build options
#
# CONFIG_RRLOAD_BINARY - make the rrload binary format used with