2008-01-16 22:06:15 +00:00
|
|
|
# Super-H specific configuration file
|
|
|
|
|
2011-05-08 17:02:44 +00:00
|
|
|
## select ARCH_SUPPORTS_32
|
|
|
|
## select ARCH_DEFAULT_32
|
|
|
|
## select ARCH_USE_MMU
|
|
|
|
## select ARCH_SUPPORTS_BOTH_ENDIAN
|
|
|
|
## select ARCH_DEFAULT_LE
|
2016-03-19 22:56:26 +00:00
|
|
|
## select ARCH_REQUIRES_MULTILIB
|
2011-05-08 17:02:44 +00:00
|
|
|
##
|
|
|
|
## help The Super-H architecture, as defined by:
|
|
|
|
## help http://www.renesas.com/fmwk.jsp?cnt=superh_family_landing.jsp&fp=/products/mpumcu/superh_family/
|
2017-07-05 02:19:42 +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
|