From patchwork Thu Jun 9 01:03:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wu DaoGuang X-Patchwork-Id: 863022 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p5914ebk019624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 9 Jun 2011 01:05:01 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QUTfd-0008I7-TH; Thu, 09 Jun 2011 01:04:26 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QUTfd-0006Pq-7N; Thu, 09 Jun 2011 01:04:25 +0000 Received: from mail-pv0-f177.google.com ([74.125.83.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QUTfF-0006JJ-Sg for linux-arm-kernel@lists.infradead.org; Thu, 09 Jun 2011 01:04:02 +0000 Received: by mail-pv0-f177.google.com with SMTP id 11so717124pvh.36 for ; Wed, 08 Jun 2011 18:04:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=YT5FM3Gbq+rJRdhKVSfxstxeslQ3moiKIZSgkdK9W7E=; b=VTd2nleIpbAv5bytg+Vy8CqXIo6vV01NfEth90BlrzcmXnyPAxAUDd9G49uTNchH/n uBJ9dYedeFAIovWducqz4ueQ3aJjV9ROBSkRSZYLEliOy4qdv9oAoUtbRuAx/+4p+Zj2 nwO8sEbRzFFldPc6iW0SZaFqsoyxkBwmDCCjw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=mRKVJXfQ74gfLGsmKRNkdLkiNzyJEzInk8Bq/WVHPH+afJhWlSKFzVq3ewOWfwSm/N +xgEhs6N9aAnl5cldh0vr70/g3UO3gj1tY3eavGCBxlm9q3jXBXiQPBQyq6tZ0rwS08r l5/9RpPg4lBUCjijGc9t2wPVsSnuwCyt4peXo= Received: by 10.68.40.170 with SMTP id y10mr53462pbk.29.1307581441376; Wed, 08 Jun 2011 18:04:01 -0700 (PDT) Received: from localhost.localdomain ([117.25.182.242]) by mx.google.com with ESMTPS id f3sm935210pbj.0.2011.06.08.18.03.51 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Jun 2011 18:04:00 -0700 (PDT) From: Wu DaoGuang To: ben-linux@fluff.org, linux@arm.linux.org.uk Subject: [PATCH 3/4] This patch fixed the Kconfig for mach-ok2440.c Date: Thu, 9 Jun 2011 09:03:21 +0800 Message-Id: <1307581402-3808-3-git-send-email-wdgvip@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1307581402-3808-1-git-send-email-wdgvip@gmail.com> References: <1307581402-3808-1-git-send-email-wdgvip@gmail.com> X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110608_210402_169030_71112840 X-CRM114-Status: GOOD ( 14.47 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.83.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is freemail (wdgvip[at]gmail.com) -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 RFC_ABUSE_POST Both abuse and postmaster missing on sender domain 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL Cc: wdgvip@gmail.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 09 Jun 2011 01:05:12 +0000 (UTC) Add Kconfig to support ok2440 development board. The following patches are against v3.0-rc2. Signed-off-by: Wu DaoGuang --- arch/arm/mach-s3c2440/Kconfig | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig index 50825a3..9b1024d 100644 --- a/arch/arm/mach-s3c2440/Kconfig +++ b/arch/arm/mach-s3c2440/Kconfig @@ -176,6 +176,15 @@ config MACH_AT2440EVB help Say Y here if you are using the AT2440EVB development board +config MACH_OK2440 + bool "OK2440 development board" + select CPU_S3C2440 + select S3C2440_XTAL_12000000 + select S3C_DEV_NAND + select S3C_DEV_USB_HOST + help + Say y here to select support for OK2440. + config MACH_MINI2440 bool "MINI2440 development board" select CPU_S3C2440