aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/emma2rh/emma2rh.h
diff options
context:
space:
mode:
authorShinya Kuribayashi <skuribay@ruby.dti.ne.jp>2008-10-23 17:00:01 -0400
committerRalf Baechle <ralf@linux-mips.org>2008-10-27 12:18:29 -0400
commitcd741b604b94a4d5bebf2672626ffec7de44652c (patch)
treee810e98d22c1aec0628602be9a980c02e15212f1 /arch/mips/include/asm/emma2rh/emma2rh.h
parent542c1020ac1cbc2f50934086ad893384a2cbd233 (diff)
MIPS: EMMA: Kconfig reorganization
- Move EMMA related stuff into arch/mips/emma/Kconfig - Create CONFIG_SOC_EMMA* to handle more EMMA SoCs effectively - Rename CONFIG_MARKEINS into CONFIG_NEC_MARKEINS Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/emma2rh/emma2rh.h')
-rw-r--r--arch/mips/include/asm/emma2rh/emma2rh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/emma2rh/emma2rh.h b/arch/mips/include/asm/emma2rh/emma2rh.h
index 6a1af0af51e..5d79669b3b7 100644
--- a/arch/mips/include/asm/emma2rh/emma2rh.h
+++ b/arch/mips/include/asm/emma2rh/emma2rh.h
@@ -324,7 +324,7 @@ static inline u8 emma2rh_in8(u32 offset)
324/* 324/*
325 * include the board dependent part 325 * include the board dependent part
326 */ 326 */
327#if defined(CONFIG_MARKEINS) 327#ifdef CONFIG_NEC_MARKEINS
328#include <asm/emma2rh/markeins.h> 328#include <asm/emma2rh/markeins.h>
329#else 329#else
330#error "Unknown EMMA2RH board!" 330#error "Unknown EMMA2RH board!"