diff options
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config/target.in b/config/target.in index e56fcc3c..59c30010 100644 --- a/config/target.in +++ b/config/target.in @@ -44,16 +44,13 @@ comment "Generic target options" config ARCH_SUPPORTS_BOTH_MMU bool - default n config ARCH_DEFAULT_HAS_MMU bool - default n config ARCH_USE_MMU bool prompt "Use the MMU" if ARCH_SUPPORTS_BOTH_MMU - default n if ! ARCH_DEFAULT_HAS_MMU default y if ARCH_DEFAULT_HAS_MMU help If your architecture has an MMU and you want to use it, @@ -69,15 +66,12 @@ config ARCH_USE_MMU #-------------------------------------- config ARCH_SUPPORTS_BOTH_ENDIAN bool - default n config ARCH_DEFAULT_BE bool - default n config ARCH_DEFAULT_LE bool - default n choice bool @@ -99,19 +93,15 @@ endchoice #-------------------------------------- config ARCH_SUPPORTS_32 bool - default n config ARCH_SUPPORTS_64 bool - default n config ARCH_DEFAULT_32 bool - default n config ARCH_DEFAULT_64 bool - default n config ARCH_BITNESS int @@ -141,23 +131,18 @@ comment "Target optimisations" config ARCH_SUPPORT_ARCH bool - default n config ARCH_SUPPORT_ABI bool - default n config ARCH_SUPPORT_CPU bool - default n config ARCH_SUPPORT_TUNE bool - default n config ARCH_SUPPORT_FPU bool - default n config ARCH_ARCH string |