diff options
| author | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | 2008-10-23 17:00:01 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-27 12:18:29 -0400 |
| commit | cd741b604b94a4d5bebf2672626ffec7de44652c (patch) | |
| tree | e810e98d22c1aec0628602be9a980c02e15212f1 /arch/mips/Makefile | |
| parent | 542c1020ac1cbc2f50934086ad893384a2cbd233 (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/Makefile')
| -rw-r--r-- | arch/mips/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index a21b12ce903d..041c4f2e088a 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
| @@ -409,14 +409,17 @@ load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 | |||
| 409 | libs-$(CONFIG_PNX8550_STB810) += arch/mips/nxp/pnx8550/stb810/ | 409 | libs-$(CONFIG_PNX8550_STB810) += arch/mips/nxp/pnx8550/stb810/ |
| 410 | load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 | 410 | load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 |
| 411 | 411 | ||
| 412 | # | ||
| 412 | # NEC EMMA2RH boards | 413 | # NEC EMMA2RH boards |
| 413 | # | 414 | # |
| 414 | core-$(CONFIG_EMMA2RH) += arch/mips/emma2rh/common/ | 415 | core-$(CONFIG_SOC_EMMA2RH) += arch/mips/emma2rh/common/ |
| 415 | cflags-$(CONFIG_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh | 416 | cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh |
| 416 | 417 | ||
| 418 | # | ||
| 417 | # NEC EMMA2RH Mark-eins | 419 | # NEC EMMA2RH Mark-eins |
| 418 | core-$(CONFIG_MARKEINS) += arch/mips/emma2rh/markeins/ | 420 | # |
| 419 | load-$(CONFIG_MARKEINS) += 0xffffffff88100000 | 421 | core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma2rh/markeins/ |
| 422 | load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 | ||
| 420 | 423 | ||
| 421 | # | 424 | # |
| 422 | # SGI IP22 (Indy/Indigo2) | 425 | # SGI IP22 (Indy/Indigo2) |
