2008-01-16 22:06:15 +00:00
|
|
|
# Super-H specific configuration file
|
2009-03-26 18:58:13 +00:00
|
|
|
# depends on EXPERIMENTAL
|
2008-01-16 22:06:15 +00:00
|
|
|
|
2008-06-27 13:58:53 +00:00
|
|
|
config ARCH_sh
|
2009-05-20 20:13:13 +00:00
|
|
|
select ARCH_USE_MMU
|
2008-06-27 13:58:53 +00:00
|
|
|
select ARCH_SUPPORTS_BOTH_ENDIAN
|
|
|
|
select ARCH_DEFAULT_LE
|
2008-06-27 14:55:22 +00:00
|
|
|
help
|
|
|
|
The Super-H architecture, as defined by:
|
|
|
|
http://www.renesas.com/fmwk.jsp?cnt=superh_family_landing.jsp&fp=/products/mpumcu/superh_family/
|
2008-01-16 22:06:15 +00:00
|
|
|
|
|
|
|
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
|