From patchwork Sat Nov 14 19:47:57 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cory Maccarrone X-Patchwork-Id: 60054 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nAEJmOG0006236 for ; Sat, 14 Nov 2009 19:48:24 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751447AbZKNTrz (ORCPT ); Sat, 14 Nov 2009 14:47:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751440AbZKNTrz (ORCPT ); Sat, 14 Nov 2009 14:47:55 -0500 Received: from mail-px0-f180.google.com ([209.85.216.180]:62595 "EHLO mail-px0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751447AbZKNTry (ORCPT ); Sat, 14 Nov 2009 14:47:54 -0500 Received: by pxi10 with SMTP id 10so344457pxi.33 for ; Sat, 14 Nov 2009 11:48:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=7j+YKK2KuVGZFmHOVsGGT+qn0VuWEGA6lpjtluvTsoE=; b=iGT6vcXmvKcxny5u+Y198c3l/lZxeNSj/0Fz6hof+lNHDxdEPZA2xZu9vGCbtjvZ10 GvGE/ZDpd/DoyOxXmw+Mj54CDjszhRVmn+TJr++8BlZ9sN/3cV8T2xPjOZaMQUYGlQ+v 9NLpY3kW0aKJJkSmDWvXqZTxtsJiEmsydH83g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=lQkx7+VVBL6GvcN1i/uVnbs1edR6PhFGgR0BjGfy/qbN84fpdYcOOP8/FmCnri27vL xPV3OATntlk2YaL5tW4HIBefvm8PVIPaz1CkT8nhkBayM1CqXLCXTK25SSXzSh48U1Ju 3s0s6D1mYnCoBdJxNbGg+PRJmUrbUi4mPZFiQ= Received: by 10.115.67.30 with SMTP id u30mr10526157wak.119.1258228080131; Sat, 14 Nov 2009 11:48:00 -0800 (PST) Received: from ?192.168.0.102? (97-126-104-157.tukw.qwest.net [97.126.104.157]) by mx.google.com with ESMTPS id 22sm3145763pxi.10.2009.11.14.11.47.59 (version=SSLv3 cipher=RC4-MD5); Sat, 14 Nov 2009 11:47:59 -0800 (PST) Subject: [PATCH 2/3] htcherald: Modify Makefiles and Kconfig for HTC Herald From: Cory Maccarrone To: linux-omap@vger.kernel.org Cc: Tony Lindgren Date: Sat, 14 Nov 2009 11:47:57 -0800 Message-ID: <1258228077.16065.16.camel@runt> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index 3232726..27f4897 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig @@ -57,6 +57,12 @@ config MACH_OMAP_HTCWIZARD help HTC Wizard smartphone support (AKA QTEK 9100, ...) +config MACH_HERALD + bool "HTC Herald" + depends on ARCH_OMAP850 + help + HTC Herald smartphone support (AKA T-Mobile Wing, ...) + config MACH_OMAP_OSK bool "TI OSK Support" depends on ARCH_OMAP1 && ARCH_OMAP16XX diff --git a/arch/arm/mach-omap1/Makefile b/arch/arm/mach-omap1/Makefile index 6867cd3..87e539a 100644 --- a/arch/arm/mach-omap1/Makefile +++ b/arch/arm/mach-omap1/Makefile @@ -34,6 +34,7 @@ obj-$(CONFIG_MACH_OMAP_PALMTT) += board-palmtt.o obj-$(CONFIG_MACH_NOKIA770) += board-nokia770.o obj-$(CONFIG_MACH_AMS_DELTA) += board-ams-delta.o obj-$(CONFIG_MACH_SX1) += board-sx1.o board-sx1-mmc.o +obj-$(CONFIG_MACH_HERALD) += board-htcherald.o ifeq ($(CONFIG_ARCH_OMAP15XX),y) # Innovator-1510 FPGA diff --git a/drivers/video/omap/Makefile b/drivers/video/omap/Makefile index b63b198..49226a1 100644 --- a/drivers/video/omap/Makefile +++ b/drivers/video/omap/Makefile @@ -35,6 +35,7 @@ objs-y$(CONFIG_MACH_OMAP3EVM) += lcd_omap3evm.o objs-y$(CONFIG_MACH_OMAP3_BEAGLE) += lcd_omap3beagle.o objs-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o objs-y$(CONFIG_MACH_OVERO) += lcd_overo.o +objs-y$(CONFIG_MACH_HERALD) += lcd_htcherald.o omapfb-objs := $(objs-yy)