From patchwork Fri Mar 25 15:29:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 796 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:45:53 -0000 Delivered-To: patches@linaro.org Received: by 10.42.161.68 with SMTP id s4cs187754icx; Fri, 25 Mar 2011 08:29:32 -0700 (PDT) Received: by 10.42.131.72 with SMTP id y8mr1363291ics.283.1301066972230; Fri, 25 Mar 2011 08:29:32 -0700 (PDT) Received: from mail-iy0-f178.google.com (mail-iy0-f178.google.com [209.85.210.178]) by mx.google.com with ESMTPS id 11si2886043ibb.90.2011.03.25.08.29.32 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Mar 2011 08:29:32 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of mathieu.poirier@linaro.org) client-ip=209.85.210.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of mathieu.poirier@linaro.org) smtp.mail=mathieu.poirier@linaro.org Received: by mail-iy0-f178.google.com with SMTP id 12so1438727iyi.37 for ; Fri, 25 Mar 2011 08:29:32 -0700 (PDT) Received: by 10.231.180.19 with SMTP id bs19mr919352ibb.146.1301066971768; Fri, 25 Mar 2011 08:29:31 -0700 (PDT) Received: from localhost.localdomain (S0106002369de4dac.cg.shawcable.net [70.73.24.112]) by mx.google.com with ESMTPS id mv26sm723568ibb.62.2011.03.25.08.29.29 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Mar 2011 08:29:30 -0700 (PDT) From: mathieu.poirier@linaro.org To: linux-arm-kernel@lists.infradead.org Cc: mathieu.poirier@canonical.com, patches@linaro.org, linus.walleij@stericsson.com Subject: [PATCH 8/8] ux500: Kconfig for snowball board Date: Fri, 25 Mar 2011 09:29:01 -0600 Message-Id: <1301066941-15877-9-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1301066941-15877-1-git-send-email-mathieu.poirier@linaro.org> References: <1301066941-15877-1-git-send-email-mathieu.poirier@linaro.org> From: Mathieu J. Poirier Signed-off-by: Mathieu Poirier --- arch/arm/mach-ux500/Kconfig | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 7f8620f..ba5c270 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -26,6 +26,12 @@ config MACH_U8500 help Include support for the mop500 development platform. +config MACH_U8500_SNOWBALL + bool "U8500 Snowball platform" + depends on UX500_SOC_DB8500 + help + Include support for the snowball development platform. + config MACH_U5500 bool "U5500 Development platform" depends on UX500_SOC_DB5500