diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index d2f557719489..ddbd610d27e7 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -265,6 +265,12 @@ config CPU_SUBTYPE_SH4_202 | |||
265 | 265 | ||
266 | # SH-4A Processor Support | 266 | # SH-4A Processor Support |
267 | 267 | ||
268 | config CPU_SUBTYPE_SH7763 | ||
269 | bool "Support SH7763 processor" | ||
270 | select CPU_SH4A | ||
271 | help | ||
272 | Select SH7763 if you have a SH4A SH7763(R5S77631) CPU. | ||
273 | |||
268 | config CPU_SUBTYPE_SH7770 | 274 | config CPU_SUBTYPE_SH7770 |
269 | bool "Support SH7770 processor" | 275 | bool "Support SH7770 processor" |
270 | select CPU_SH4A | 276 | select CPU_SH4A |
@@ -551,7 +557,8 @@ config SH_MTU2 | |||
551 | 557 | ||
552 | config SH_TIMER_IRQ | 558 | config SH_TIMER_IRQ |
553 | int | 559 | int |
554 | default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 | 560 | default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 || \ |
561 | CPU_SUBTYPE_SH7763 | ||
555 | default "86" if CPU_SUBTYPE_SH7619 | 562 | default "86" if CPU_SUBTYPE_SH7619 |
556 | default "140" if CPU_SUBTYPE_SH7206 | 563 | default "140" if CPU_SUBTYPE_SH7206 |
557 | default "16" | 564 | default "16" |