config/target.in
changeset 2484 d1a8c2ae7946
parent 2413 ac27814977fd
child 2564 5d4e91c0343e
     1.1 --- a/config/target.in	Wed Apr 27 22:18:07 2011 +0200
     1.2 +++ b/config/target.in	Tue May 31 16:27:39 2011 +0200
     1.3 @@ -44,16 +44,13 @@
     1.4  
     1.5  config ARCH_SUPPORTS_BOTH_MMU
     1.6      bool
     1.7 -    default n
     1.8  
     1.9  config ARCH_DEFAULT_HAS_MMU
    1.10      bool
    1.11 -    default n
    1.12  
    1.13  config ARCH_USE_MMU
    1.14      bool
    1.15      prompt "Use the MMU" if ARCH_SUPPORTS_BOTH_MMU
    1.16 -    default n if ! ARCH_DEFAULT_HAS_MMU
    1.17      default y if ARCH_DEFAULT_HAS_MMU
    1.18      help
    1.19        If your architecture has an MMU and you want to use it,
    1.20 @@ -69,15 +66,12 @@
    1.21  #--------------------------------------
    1.22  config ARCH_SUPPORTS_BOTH_ENDIAN
    1.23      bool
    1.24 -    default n
    1.25  
    1.26  config ARCH_DEFAULT_BE
    1.27      bool
    1.28 -    default n
    1.29  
    1.30  config ARCH_DEFAULT_LE
    1.31      bool
    1.32 -    default n
    1.33  
    1.34  choice
    1.35      bool
    1.36 @@ -99,19 +93,15 @@
    1.37  #--------------------------------------
    1.38  config ARCH_SUPPORTS_32
    1.39      bool
    1.40 -    default n
    1.41  
    1.42  config ARCH_SUPPORTS_64
    1.43      bool
    1.44 -    default n
    1.45  
    1.46  config ARCH_DEFAULT_32
    1.47      bool
    1.48 -    default n
    1.49  
    1.50  config ARCH_DEFAULT_64
    1.51      bool
    1.52 -    default n
    1.53  
    1.54  config ARCH_BITNESS
    1.55      int
    1.56 @@ -141,23 +131,18 @@
    1.57  
    1.58  config ARCH_SUPPORT_ARCH
    1.59      bool
    1.60 -    default n
    1.61  
    1.62  config ARCH_SUPPORT_ABI
    1.63      bool
    1.64 -    default n
    1.65  
    1.66  config ARCH_SUPPORT_CPU
    1.67      bool
    1.68 -    default n
    1.69  
    1.70  config ARCH_SUPPORT_TUNE
    1.71      bool
    1.72 -    default n
    1.73  
    1.74  config ARCH_SUPPORT_FPU
    1.75      bool
    1.76 -    default n
    1.77  
    1.78  config ARCH_ARCH
    1.79      string