diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-08-12 15:30:40 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 11:57:50 +0900 |
commit | f8b40d8ce86035b126a27a57ed9139c08ae3ebf1 (patch) | |
tree | 902a6757448f8d80c08b7b5c2456ed400d9fcb5b /arch/sh/cchips | |
parent | 2eeec85638cebcb6fbcb2abfe182a32252f3456d (diff) | |
download | linux-3.10-f8b40d8ce86035b126a27a57ed9139c08ae3ebf1.tar.gz linux-3.10-f8b40d8ce86035b126a27a57ed9139c08ae3ebf1.tar.bz2 linux-3.10-f8b40d8ce86035b126a27a57ed9139c08ae3ebf1.zip |
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/cchips')
-rw-r--r-- | arch/sh/cchips/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/sh/cchips/Kconfig b/arch/sh/cchips/Kconfig index 2e516e9a6ed..7892361eedc 100644 --- a/arch/sh/cchips/Kconfig +++ b/arch/sh/cchips/Kconfig @@ -1,18 +1,5 @@ menu "Companion Chips" -config VOYAGERGX - bool "VoyagerGX chip support" - depends on SH_RTS7751R2D - help - Selecting this option will support Silicon Motion, Inc. SM501. - Designed to complement needs for the embedded industry, it - provides video and 2D capability. To reduce system cost a - wide variety of include I/O is supported, including analog RGB - and digital LCD Panel interface, 8-bit parallel interface, USB, - UART, IrDA, Zoom Video, AC97 or I2S, SSP, PWM, and I2C. There - are additional GPIO bits that can be used to interface to - external as well. - config HD6446X_SERIES bool |