From patchwork Tue Feb 9 09:56:21 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 77991 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o19A34bn028999 for ; Tue, 9 Feb 2010 10:03:04 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753601Ab0BIKDB (ORCPT ); Tue, 9 Feb 2010 05:03:01 -0500 Received: from mail-yw0-f189.google.com ([209.85.211.189]:32893 "EHLO mail-yw0-f189.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751499Ab0BIKDA (ORCPT ); Tue, 9 Feb 2010 05:03:00 -0500 Received: by ywh27 with SMTP id 27so6335039ywh.1 for ; Tue, 09 Feb 2010 02:02:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :subject; bh=h0YqWBL3IHMmy+dltG6XTDsGry65XfSTKBbGzmCNTSI=; b=piS82nfz7sW/9JVA6t8q1sCixRefiiJJxsiwqqO8AghquBCLutBgd00U+dbgLYwZS9 nm3VX3kgWCGKozQbfDG2K7QPa29udrBaN5S4uCac8b1UByewXXyFRVSZMfxhXDRW7jwt kTUshTReeBBRWamBYsZZTNjiYmBdkKt28/EWc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:subject; b=qz0MsFFyU0ygn+LdFuErcPvz3ukF80tQpdulnZQi0zdQqfhgKOyh3JmVpnVDipMBnd k6PA8KsqemrBiWi69pXJiD8XMeBWj+lWl+DRsYQbGPlH3OOcpSQxkNw6e+++a9E/kmbJ AwxtYnkCfXJ+GAQDBXcAkHSpk1N2cgcoPmmAE= Received: by 10.150.115.6 with SMTP id n6mr10561443ybc.251.1265709779676; Tue, 09 Feb 2010 02:02:59 -0800 (PST) Received: from rxone.opensource.se (49.14.32.202.bf.2iij.net [202.32.14.49]) by mx.google.com with ESMTPS id 7sm1756705yxg.14.2010.02.09.02.02.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Feb 2010 02:02:59 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , lethal@linux-sh.org Date: Tue, 09 Feb 2010 18:56:21 +0900 Message-Id: <20100209095621.1458.15191.sendpatchset@rxone.opensource.se> Subject: [PATCH] ARM: mach-shmobile: driver kconfig update Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 09 Feb 2010 10:03:06 +0000 (UTC) --- 0001/drivers/i2c/busses/Kconfig +++ work/drivers/i2c/busses/Kconfig 2010-01-26 22:13:31.000000000 +0900 @@ -520,7 +520,7 @@ config I2C_SH7760 config I2C_SH_MOBILE tristate "SuperH Mobile I2C Controller" - depends on SUPERH + depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK help If you say yes to this option, support will be included for the built-in I2C interface on the Renesas SH-Mobile processor. --- 0001/drivers/input/keyboard/Kconfig +++ work/drivers/input/keyboard/Kconfig 2010-01-26 22:13:31.000000000 +0900 @@ -363,7 +363,7 @@ config KEYBOARD_SUNKBD config KEYBOARD_SH_KEYSC tristate "SuperH KEYSC keypad support" - depends on SUPERH + depends on SUPERH || ARCH_SHMOBILE help Say Y here if you want to use a keypad attached to the KEYSC block on SuperH processors such as sh7722 and sh7343. --- 0001/drivers/mfd/Kconfig +++ work/drivers/mfd/Kconfig 2010-01-26 22:13:31.000000000 +0900 @@ -47,7 +47,7 @@ config MFD_ASIC3 config MFD_SH_MOBILE_SDHI bool "Support for SuperH Mobile SDHI" - depends on SUPERH + depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK select MFD_CORE ---help--- This driver supports the SDHI hardware block found in many --- 0001/drivers/mmc/host/Kconfig +++ work/drivers/mmc/host/Kconfig 2010-01-26 22:13:31.000000000 +0900 @@ -368,7 +368,7 @@ config MMC_SDRICOH_CS config MMC_TMIO tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" - depends on MFD_TMIO || MFD_ASIC3 || SUPERH + depends on MFD_TMIO || MFD_ASIC3 || SUPERH || ARCH_SHMOBILE help This provides support for the SD/MMC cell found in TC6393XB, T7L66XB and also HTC ASIC3 --- 0015/drivers/mtd/nand/Kconfig +++ work/drivers/mtd/nand/Kconfig 2010-01-26 22:13:47.000000000 +0900 @@ -451,7 +451,7 @@ config MTD_NAND_NOMADIK config MTD_NAND_SH_FLCTL tristate "Support for NAND on Renesas SuperH FLCTL" - depends on MTD_NAND && SUPERH + depends on MTD_NAND && (SUPERH || ARCH_SHMOBILE) help Several Renesas SuperH CPU has FLCTL. This option enables support for NAND Flash using FLCTL. --- 0001/drivers/spi/Kconfig +++ work/drivers/spi/Kconfig 2010-01-26 22:13:31.000000000 +0900 @@ -246,7 +246,7 @@ config SPI_S3C64XX config SPI_SH_MSIOF tristate "SuperH MSIOF SPI controller" - depends on SUPERH && HAVE_CLK + depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK select SPI_BITBANG help SPI driver for SuperH MSIOF blocks. --- 0001/drivers/video/Kconfig +++ work/drivers/video/Kconfig 2010-01-26 22:13:31.000000000 +0900 @@ -1867,7 +1867,7 @@ config FB_W100 config FB_SH_MOBILE_LCDC tristate "SuperH Mobile LCDC framebuffer support" - depends on FB && SUPERH && HAVE_CLK + depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK select FB_SYS_FILLRECT select FB_SYS_COPYAREA select FB_SYS_IMAGEBLIT