config/arch/sh.in
changeset 2114 b1d27d43a825
parent 1782 5eda3399a797
child 2444 896cb0d36c1a
     1.1 --- a/config/arch/sh.in	Sun Jan 31 12:24:58 2010 +0100
     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