diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-03-06 16:08:00 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-03-06 16:08:00 +0900 |
commit | e7d7deca60c01d844a4d8e5644f4aecaf0e3bee4 (patch) | |
tree | 08d094e5b65ae0a44fe0ee6d06b53196cb622049 /arch/sh/Kconfig | |
parent | 2af8b3b642ea2a9442890797ad5f92d2eaacb5b5 (diff) |
sh: Fix up SH7710 VoIP-GW build.
The only board-specific bits that existed here were for setting up the
IRQs, which are now handled by the SH7710 CPU support code instead. As
there's nothing else to do for setup, kill off the board support code
and have the defconfig use the generic machvec instead.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 783cfbbf87c..95b7534e9e3 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -456,13 +456,6 @@ config SH_SECUREEDGE5410 This includes both the OEM SecureEdge products as well as the SME product line. -config SH_7710VOIPGW - bool "SH7710-VOIP-GW" - depends on CPU_SUBTYPE_SH7710 - help - Select this option to build a kernel for the SH7710 based - VOIP GW. - config SH_RTS7751R2D bool "RTS7751R2D" depends on CPU_SUBTYPE_SH7751R |