aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r--arch/sh/mm/Kconfig20
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
67config CPU_SUBTYPE_SH7705 67config 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
72config CPU_SUBTYPE_SH7706 73config CPU_SUBTYPE_SH7706
@@ -101,9 +102,17 @@ config CPU_SUBTYPE_SH7709
101config CPU_SUBTYPE_SH7710 102config 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
109config 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
107comment "SH-4 Processor Support" 116comment "SH-4 Processor Support"
108 117
109config CPU_SUBTYPE_SH7750 118config 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
295config NODES_SHIFT
296 int
297 default "1"
298 depends on NEED_MULTIPLE_NODES
299
300config ARCH_FLATMEM_ENABLE
301 def_bool y
302
303config ARCH_POPULATES_NODE_MAP
304 def_bool y
305
286choice 306choice
287 prompt "Kernel page size" 307 prompt "Kernel page size"
288 default PAGE_SIZE_4KB 308 default PAGE_SIZE_4KB