diff options
Diffstat (limited to 'target/config/Config.in.tc')
-rw-r--r-- | target/config/Config.in.tc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/target/config/Config.in.tc b/target/config/Config.in.tc index bb914585c..32743d0d0 100644 --- a/target/config/Config.in.tc +++ b/target/config/Config.in.tc @@ -10,6 +10,7 @@ depends on ADK_TARGET_TOOLCHAIN && \ || ADK_TARGET_ARCH_ARM \ || ADK_TARGET_ARCH_BFIN \ || ADK_TARGET_ARCH_M68K \ + || ADK_TARGET_ARCH_SH \ || ADK_TARGET_ARCH_X86 ) config ADK_TARGET_CPU_ARC_ARC700 @@ -408,6 +409,31 @@ config ADK_TARGET_CPU_M68K_68060 select ADK_CPU_68060 depends on ADK_TARGET_ARCH_M68K +config ADK_TARGET_CPU_SH_SH2 + bool "sh2" + select ADK_CPU_SH2 + depends on ADK_TARGET_ARCH_SH + +config ADK_TARGET_CPU_SH_SH2A + bool "sh2a" + select ADK_CPU_SH2A + depends on ADK_TARGET_ARCH_SH + +config ADK_TARGET_CPU_SH_SH3 + bool "sh3" + select ADK_CPU_SH3 + depends on ADK_TARGET_ARCH_SH + +config ADK_TARGET_CPU_SH_SH4 + bool "sh4" + select ADK_CPU_SH4 + depends on ADK_TARGET_ARCH_SH + +config ADK_TARGET_CPU_SH_SH4A + bool "sh4a" + select ADK_CPU_SH4A + depends on ADK_TARGET_ARCH_SH + config ADK_TARGET_CPU_X86_I486 bool "i486" select ADK_CPU_I486 |