[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1307581402-3808-3-git-send-email-wdgvip@gmail.com>
Date: Thu, 9 Jun 2011 09:03:21 +0800
From: Wu DaoGuang <wdgvip@...il.com>
To: ben-linux@...ff.org, linux@....linux.org.uk
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
wdgvip@...il.com
Subject: [PATCH 3/4] This patch fixed the Kconfig for mach-ok2440.c
Add Kconfig to support ok2440 development board.
The following patches are against v3.0-rc2.
Signed-off-by: Wu DaoGuang <wdgvip@...il.com>
---
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
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists