diff -r 000000000000 -r 91d240fa7fa1 arch/sh/config.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/arch/sh/config.in Sun Jan 31 13:03:24 2010 +0100 @@ -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