From patchwork Thu Dec 31 06:24:27 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vaibhav Hiremath X-Patchwork-Id: 70349 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.2) with ESMTP id nBV6OeSZ010133 for ; Thu, 31 Dec 2009 06:24:40 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751357AbZLaGYd (ORCPT ); Thu, 31 Dec 2009 01:24:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751330AbZLaGYd (ORCPT ); Thu, 31 Dec 2009 01:24:33 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:57603 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751202AbZLaGYc (ORCPT ); Thu, 31 Dec 2009 01:24:32 -0500 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id nBV6OTY3011454 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 31 Dec 2009 00:24:31 -0600 Received: from localhost.localdomain (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id nBV6ORAG013595; Thu, 31 Dec 2009 11:54:28 +0530 (IST) From: hvaibhav@ti.com To: linux-omap@vger.kernel.org Cc: Vaibhav Hiremath Subject: [PATCH] OMAP3EVM: Choose OMAP_PACKAGE_CBB Date: Thu, 31 Dec 2009 11:54:27 +0530 Message-Id: <1262240667-29962-1-git-send-email-hvaibhav@ti.com> X-Mailer: git-send-email 1.6.2.4 In-Reply-To: References: 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-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 10eafa7..606bf04 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -80,6 +80,7 @@ config MACH_OVERO config MACH_OMAP3EVM bool "OMAP 3530 EVM board" depends on ARCH_OMAP3 && ARCH_OMAP34XX + select OMAP_PACKAGE_CBB config MACH_OMAP3517EVM bool "OMAP3517/ AM3517 EVM board"