diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 18:08:33 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 18:08:33 +0900 |
commit | 91b91d01416afba8d3f230a62b5d2784bd7af94a (patch) | |
tree | 09812a19d82f697d3dd0cc8ab9c26a526f513970 /arch/sh/Kconfig | |
parent | 49c3f807f5734605c10cdfb462a8fd5c3075eb76 (diff) | |
download | linux-3.10-91b91d01416afba8d3f230a62b5d2784bd7af94a.tar.gz linux-3.10-91b91d01416afba8d3f230a62b5d2784bd7af94a.tar.bz2 linux-3.10-91b91d01416afba8d3f230a62b5d2784bd7af94a.zip |
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 d90fb893bea..2549bd82c57 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -149,6 +149,13 @@ config SH_HS7751RVOIP Select HS7751RVOIP if configuring for a Renesas Technology Sales VoIP board. +config SH_7710VOIPGW + bool "SH7710-VOIP-GW" + select CPU_SUBTYPE_SH7710 + help + Select this option to build a kernel for the SH7710 based + VOIP GW. + config SH_RTS7751R2D bool "RTS7751R2D" select CPU_SUBTYPE_SH7751R @@ -405,6 +412,8 @@ config ISA_DMA_API menu "Kernel features" +source kernel/Kconfig.hz + config KEXEC bool "kexec system call (EXPERIMENTAL)" depends on EXPERIMENTAL @@ -461,6 +470,8 @@ config NR_CPUS This is purely to save memory - each supported CPU adds approximately eight kilobytes to the kernel image. +source "kernel/Kconfig.preempt" + config CPU_HAS_SR_RB bool "CPU has SR.RB" depends on CPU_SH3 || CPU_SH4 |