config/arch/sh.in.2
changeset 2114 b1d27d43a825
parent 1782 5eda3399a797
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/arch/sh.in.2	Sun Sep 12 00:07:41 2010 +0200
     1.3 @@ -0,0 +1,25 @@
     1.4 +# Super-H specific configuration file
     1.5 +
     1.6 +choice
     1.7 +    bool
     1.8 +    prompt "Variant"
     1.9 +
    1.10 +config ARCH_SH_SH3
    1.11 +    bool
    1.12 +    prompt "sh3"
    1.13 +
    1.14 +config ARCH_SH_SH4
    1.15 +    bool
    1.16 +    prompt "sh4"
    1.17 +
    1.18 +config ARCH_SH_SH4A
    1.19 +    bool
    1.20 +    prompt "sh4a"
    1.21 +
    1.22 +endchoice
    1.23 +
    1.24 +config ARCH_SH_VARIANT
    1.25 +    string
    1.26 +    default "sh3"   if ARCH_SH_SH3
    1.27 +    default "sh4"   if ARCH_SH_SH4
    1.28 +    default "sh4a"  if ARCH_SH_SH4A