diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-08-12 10:30:40 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 06:57:50 +0400 |
commit | f8b40d8ce86035b126a27a57ed9139c08ae3ebf1 (patch) | |
tree | 902a6757448f8d80c08b7b5c2456ed400d9fcb5b /arch/sh/Makefile | |
parent | 2eeec85638cebcb6fbcb2abfe182a32252f3456d (diff) | |
download | linux-f8b40d8ce86035b126a27a57ed9139c08ae3ebf1.tar.xz |
sh: replace sh specific CONFIG_VOYAGERGX with CONFIG_MFD_SM501
This patch replaces all instances of CONFIG_VOYAGERGX with
CONFIG_MFD_SM501. While at it we make sure the r2d code compiles
both with and without SM501.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 37cf636fba55..6c73a5b2b014 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -136,7 +136,7 @@ endif # Companion chips core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ -core-$(CONFIG_VOYAGERGX) += arch/sh/cchips/voyagergx/ +core-$(CONFIG_MFD_SM501) += arch/sh/cchips/voyagergx/ cpuincdir-$(CONFIG_CPU_SH2) := cpu-sh2 cpuincdir-$(CONFIG_CPU_SH2A) := cpu-sh2a |