aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index ff9e033ce626..44a22dd86134 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -288,6 +288,13 @@ config CPU_SUBTYPE_SH7263
288 select SYS_SUPPORTS_CMT 288 select SYS_SUPPORTS_CMT
289 select SYS_SUPPORTS_MTU2 289 select SYS_SUPPORTS_MTU2
290 290
291config CPU_SUBTYPE_SH7264
292 bool "Support SH7264 processor"
293 select CPU_SH2A
294 select CPU_HAS_FPU
295 select SYS_SUPPORTS_CMT
296 select SYS_SUPPORTS_MTU2
297
291config CPU_SUBTYPE_MXG 298config CPU_SUBTYPE_MXG
292 bool "Support MX-G processor" 299 bool "Support MX-G processor"
293 select CPU_SH2A 300 select CPU_SH2A
@@ -584,7 +591,8 @@ config SH_CLK_CPG
584config SH_CLK_CPG_LEGACY 591config SH_CLK_CPG_LEGACY
585 depends on SH_CLK_CPG 592 depends on SH_CLK_CPG
586 def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ 593 def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \
587 !CPU_SHX3 && !CPU_SUBTYPE_SH7757 594 !CPU_SHX3 && !CPU_SUBTYPE_SH7757 && \
595 !CPU_SUBTYPE_SH7264
588 596
589source "kernel/time/Kconfig" 597source "kernel/time/Kconfig"
590 598