summaryrefslogtreecommitdiff
path: root/config/arch/sh.in.2
blob: 82856ee546da5a332eaa3ea95bfeb344e524ce5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Super-H specific configuration file

choice
    bool
    prompt "Variant"

config ARCH_SH_SH3
    bool
    prompt "sh3"

config ARCH_SH_SH4
    bool
    prompt "sh4"

config ARCH_SH_SH4A
    bool
    prompt "sh4a"

endchoice

config ARCH_SH_VARIANT
    string
    default "sh3"   if ARCH_SH_SH3
    default "sh4"   if ARCH_SH_SH4
    default "sh4a"  if ARCH_SH_SH4A