diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 78a01d7d37ef..0ae09683fb21 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -356,6 +356,13 @@ config CPU_SUBTYPE_SH7785 | |||
356 | select ARCH_SPARSEMEM_ENABLE | 356 | select ARCH_SPARSEMEM_ENABLE |
357 | select SYS_SUPPORTS_NUMA | 357 | select SYS_SUPPORTS_NUMA |
358 | 358 | ||
359 | config CPU_SUBTYPE_SH7786 | ||
360 | bool "Support SH7786 processor" | ||
361 | select CPU_SH4A | ||
362 | select CPU_SHX2 | ||
363 | select ARCH_SPARSEMEM_ENABLE | ||
364 | select SYS_SUPPORTS_NUMA | ||
365 | |||
359 | config CPU_SUBTYPE_SHX3 | 366 | config CPU_SUBTYPE_SHX3 |
360 | bool "Support SH-X3 processor" | 367 | bool "Support SH-X3 processor" |
361 | select CPU_SH4A | 368 | select CPU_SH4A |