From patchwork Thu Apr 22 14:43:17 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abraham Arce X-Patchwork-Id: 94132 X-Patchwork-Delegate: tony@atomide.com 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 o3MEhgu0029643 for ; Thu, 22 Apr 2010 14:43:43 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755366Ab0DVOnl (ORCPT ); Thu, 22 Apr 2010 10:43:41 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:38924 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754831Ab0DVOnk convert rfc822-to-8bit (ORCPT ); Thu, 22 Apr 2010 10:43:40 -0400 Received: from dlep35.itg.ti.com ([157.170.170.118]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id o3MEhI5k028738 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Apr 2010 09:43:18 -0500 Received: from dlep26.itg.ti.com (localhost [127.0.0.1]) by dlep35.itg.ti.com (8.13.7/8.13.7) with ESMTP id o3MEhHBU014607; Thu, 22 Apr 2010 09:43:17 -0500 (CDT) Received: from dsbe71.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id o3MEhHW8000557; Thu, 22 Apr 2010 09:43:17 -0500 (CDT) Received: from dlee03.ent.ti.com ([157.170.170.18]) by dsbe71.ent.ti.com ([156.117.232.23]) with mapi; Thu, 22 Apr 2010 09:43:17 -0500 From: "Arce, Abraham" To: "linux-omap@vger.kernel.org" , "spi-devel-general@lists.sourceforge.net" CC: "Shilimkar, Santosh" , Tony Lindgren , Russell King - ARM Linux Date: Thu, 22 Apr 2010 09:43:17 -0500 Subject: [PATCH 2/4] OMAP4: SPI: Fix Driver Kconfig Thread-Topic: [PATCH 2/4] OMAP4: SPI: Fix Driver Kconfig Thread-Index: AcriKiU7NwsUdZ5aR060siRmVwNx1g== Message-ID: <27F9C60D11D683428E133F85D2BB4A53043DC15EBB@dlee03.ent.ti.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@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]); Thu, 22 Apr 2010 14:43:45 +0000 (UTC) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index a191fa2..5f54235 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -180,10 +180,10 @@ config SPI_OMAP_UWIRE This hooks up to the MicroWire controller on OMAP1 chips. config SPI_OMAP24XX - tristate "McSPI driver for OMAP24xx/OMAP34xx" - depends on ARCH_OMAP2 || ARCH_OMAP3 + tristate "McSPI driver for OMAP24xx/OMAP34xx/OMAP44xx" + depends on ARCH_OMAP24XX || ARCH_OMAP34XX || ARCH_OMAP4 help - SPI master controller for OMAP24xx/OMAP34xx Multichannel SPI + SPI master controller for OMAP24xx/OMAP34xx/OMAP44xx Multichannel SPI (McSPI) modules. config SPI_OMAP_100K