config/arch/sh.in.2
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Tue May 29 18:52:13 2012 +0200 (2012-05-29)
branch1.15
changeset 3003 3932bbf1fec2
parent 1782 5eda3399a797
permissions -rw-r--r--
completion: fix function name

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(transplanted from a57b8a45ea26c16a8ed38c7f6378cf0cedf408fd)
     1 # Super-H specific configuration file
     2 
     3 choice
     4     bool
     5     prompt "Variant"
     6 
     7 config ARCH_SH_SH3
     8     bool
     9     prompt "sh3"
    10 
    11 config ARCH_SH_SH4
    12     bool
    13     prompt "sh4"
    14 
    15 config ARCH_SH_SH4A
    16     bool
    17     prompt "sh4a"
    18 
    19 endchoice
    20 
    21 config ARCH_SH_VARIANT
    22     string
    23     default "sh3"   if ARCH_SH_SH3
    24     default "sh4"   if ARCH_SH_SH4
    25     default "sh4a"  if ARCH_SH_SH4A