arch/sh/config.in
changeset 413 35952da8c80b
child 628 87802cb25a0f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/arch/sh/config.in	Wed Jan 16 22:06:15 2008 +0000
     1.3 @@ -0,0 +1,27 @@
     1.4 +# Super-H specific configuration file
     1.5 +
     1.6 +comment "Super-H specific configuration"
     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