diff -r 5eda3399a797 -r a8bf927f6e37 config/arch/sh.in.2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/arch/sh.in.2 Tue Nov 06 17:02:06 2012 +0100 @@ -0,0 +1,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