arch/sh: move config-options to second-part
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Sep 12 00:07:41 2010 +0200 (2010-09-12)
changeset 2114b1d27d43a825
parent 2113 917c353f30dc
child 2115 e565ce1ef492
arch/sh: move config-options to second-part

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/arch/sh.in
config/arch/sh.in.2
     1.1 --- a/config/arch/sh.in	Sun Sep 12 00:05:46 2010 +0200
     1.2 +++ b/config/arch/sh.in	Sun Sep 12 00:07:41 2010 +0200
     1.3 @@ -9,27 +9,3 @@
     1.4      help
     1.5        The Super-H architecture, as defined by:
     1.6          http://www.renesas.com/fmwk.jsp?cnt=superh_family_landing.jsp&fp=/products/mpumcu/superh_family/
     1.7 -
     1.8 -choice
     1.9 -    bool
    1.10 -    prompt "Variant"
    1.11 -
    1.12 -config ARCH_SH_SH3
    1.13 -    bool
    1.14 -    prompt "sh3"
    1.15 -
    1.16 -config ARCH_SH_SH4
    1.17 -    bool
    1.18 -    prompt "sh4"
    1.19 -
    1.20 -config ARCH_SH_SH4A
    1.21 -    bool
    1.22 -    prompt "sh4a"
    1.23 -
    1.24 -endchoice
    1.25 -
    1.26 -config ARCH_SH_VARIANT
    1.27 -    string
    1.28 -    default "sh3"   if ARCH_SH_SH3
    1.29 -    default "sh4"   if ARCH_SH_SH4
    1.30 -    default "sh4a"  if ARCH_SH_SH4A
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/config/arch/sh.in.2	Sun Sep 12 00:07:41 2010 +0200
     2.3 @@ -0,0 +1,25 @@
     2.4 +# Super-H specific configuration file
     2.5 +
     2.6 +choice
     2.7 +    bool
     2.8 +    prompt "Variant"
     2.9 +
    2.10 +config ARCH_SH_SH3
    2.11 +    bool
    2.12 +    prompt "sh3"
    2.13 +
    2.14 +config ARCH_SH_SH4
    2.15 +    bool
    2.16 +    prompt "sh4"
    2.17 +
    2.18 +config ARCH_SH_SH4A
    2.19 +    bool
    2.20 +    prompt "sh4a"
    2.21 +
    2.22 +endchoice
    2.23 +
    2.24 +config ARCH_SH_VARIANT
    2.25 +    string
    2.26 +    default "sh3"   if ARCH_SH_SH3
    2.27 +    default "sh4"   if ARCH_SH_SH4
    2.28 +    default "sh4a"  if ARCH_SH_SH4A