diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 05:08:33 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 05:08:33 -0400 |
commit | 91b91d01416afba8d3f230a62b5d2784bd7af94a (patch) | |
tree | 09812a19d82f697d3dd0cc8ab9c26a526f513970 /arch/sh/Kconfig | |
parent | 49c3f807f5734605c10cdfb462a8fd5c3075eb76 (diff) |
sh: SH7710VoIPGW board support.
This adds support for the SH7710 VoIP Gateway board.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index d90fb893bea9..2549bd82c57f 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -149,6 +149,13 @@ config SH_HS7751RVOIP | |||
149 | Select HS7751RVOIP if configuring for a Renesas Technology | 149 | Select HS7751RVOIP if configuring for a Renesas Technology |
150 | Sales VoIP board. | 150 | Sales VoIP board. |
151 | 151 | ||
152 | config SH_7710VOIPGW | ||
153 | bool "SH7710-VOIP-GW" | ||
154 | select CPU_SUBTYPE_SH7710 | ||
155 | help | ||
156 | Select this option to build a kernel for the SH7710 based | ||
157 | VOIP GW. | ||
158 | |||
152 | config SH_RTS7751R2D | 159 | config SH_RTS7751R2D |
153 | bool "RTS7751R2D" | 160 | bool "RTS7751R2D" |
154 | select CPU_SUBTYPE_SH7751R | 161 | select CPU_SUBTYPE_SH7751R |
@@ -405,6 +412,8 @@ config ISA_DMA_API | |||
405 | 412 | ||
406 | menu "Kernel features" | 413 | menu "Kernel features" |
407 | 414 | ||
415 | source kernel/Kconfig.hz | ||
416 | |||
408 | config KEXEC | 417 | config KEXEC |
409 | bool "kexec system call (EXPERIMENTAL)" | 418 | bool "kexec system call (EXPERIMENTAL)" |
410 | depends on EXPERIMENTAL | 419 | depends on EXPERIMENTAL |
@@ -461,6 +470,8 @@ config NR_CPUS | |||
461 | This is purely to save memory - each supported CPU adds | 470 | This is purely to save memory - each supported CPU adds |
462 | approximately eight kilobytes to the kernel image. | 471 | approximately eight kilobytes to the kernel image. |
463 | 472 | ||
473 | source "kernel/Kconfig.preempt" | ||
474 | |||
464 | config CPU_HAS_SR_RB | 475 | config CPU_HAS_SR_RB |
465 | bool "CPU has SR.RB" | 476 | bool "CPU has SR.RB" |
466 | depends on CPU_SH3 || CPU_SH4 | 477 | depends on CPU_SH3 || CPU_SH4 |