diff -r 000000000000 -r 35952da8c80b arch/sh/config.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/arch/sh/config.in Wed Jan 16 22:06:15 2008 +0000 @@ -0,0 +1,27 @@ +# Super-H specific configuration file + +comment "Super-H specific configuration" + +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