diff options
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 6b0d28ac9241..12f3d394dc28 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -67,6 +67,7 @@ config CPU_SUBTYPE_SH7300 | |||
67 | config CPU_SUBTYPE_SH7705 | 67 | config CPU_SUBTYPE_SH7705 |
68 | bool "Support SH7705 processor" | 68 | bool "Support SH7705 processor" |
69 | select CPU_SH3 | 69 | select CPU_SH3 |
70 | select CPU_HAS_IPR_IRQ | ||
70 | select CPU_HAS_PINT_IRQ | 71 | select CPU_HAS_PINT_IRQ |
71 | 72 | ||
72 | config CPU_SUBTYPE_SH7706 | 73 | config CPU_SUBTYPE_SH7706 |
@@ -101,9 +102,17 @@ config CPU_SUBTYPE_SH7709 | |||
101 | config CPU_SUBTYPE_SH7710 | 102 | config CPU_SUBTYPE_SH7710 |
102 | bool "Support SH7710 processor" | 103 | bool "Support SH7710 processor" |
103 | select CPU_SH3 | 104 | select CPU_SH3 |
105 | select CPU_HAS_IPR_IRQ | ||
104 | help | 106 | help |
105 | Select SH7710 if you have a SH3-DSP SH7710 CPU. | 107 | Select SH7710 if you have a SH3-DSP SH7710 CPU. |
106 | 108 | ||
109 | config CPU_SUBTYPE_SH7712 | ||
110 | bool "Support SH7712 processor" | ||
111 | select CPU_SH3 | ||
112 | select CPU_HAS_IPR_IRQ | ||
113 | help | ||
114 | Select SH7712 if you have a SH3-DSP SH7712 CPU. | ||
115 | |||
107 | comment "SH-4 Processor Support" | 116 | comment "SH-4 Processor Support" |
108 | 117 | ||
109 | config CPU_SUBTYPE_SH7750 | 118 | config CPU_SUBTYPE_SH7750 |
@@ -283,6 +292,17 @@ config VSYSCALL | |||
283 | For systems with an MMU that can afford to give up a page, | 292 | For systems with an MMU that can afford to give up a page, |
284 | (the default value) say Y. | 293 | (the default value) say Y. |
285 | 294 | ||
295 | config NODES_SHIFT | ||
296 | int | ||
297 | default "1" | ||
298 | depends on NEED_MULTIPLE_NODES | ||
299 | |||
300 | config ARCH_FLATMEM_ENABLE | ||
301 | def_bool y | ||
302 | |||
303 | config ARCH_POPULATES_NODE_MAP | ||
304 | def_bool y | ||
305 | |||
286 | choice | 306 | choice |
287 | prompt "Kernel page size" | 307 | prompt "Kernel page size" |
288 | default PAGE_SIZE_4KB | 308 | default PAGE_SIZE_4KB |