diff options
author | Kwangwoo Lee <kwangwoo.lee@gmail.com> | 2009-04-27 21:35:57 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-01 06:38:46 -0400 |
commit | 1f26a8a0fd6d067237f87a95d96ddfe263b96a94 (patch) | |
tree | 73e38321140b0425b1a89da81acdd090dfe034df /arch/arm/mach-s3c6410/Kconfig | |
parent | f53aee29bef09070e4ab14488e43433b371844ce (diff) |
[PATCH] S3C64XX: Basic A&W6410 board support patch V2
A&W6410 board uses Samsung S3C6410 SoC and it is registered with 2183.
Framebuffer and ethernet devices are supported currently.
Unnecessary header file is removed.
Fix to use __raw_writel() and __raw_readl() for accessing mapped address.
Thank you for your comments.
Signed-off-by: Kwangwoo Lee <kwangwoo.lee@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6410/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index 53350b4493b..e5a575fdf81 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig | |||
@@ -19,6 +19,14 @@ config S3C6410_SETUP_SDHCI | |||
19 | help | 19 | help |
20 | Internal helper functions for S3C6410 based SDHCI systems | 20 | Internal helper functions for S3C6410 based SDHCI systems |
21 | 21 | ||
22 | config MACH_ANW6410 | ||
23 | bool "A&W6410" | ||
24 | select CPU_S3C6410 | ||
25 | select S3C_DEV_FB | ||
26 | select S3C64XX_SETUP_FB_24BPP | ||
27 | help | ||
28 | Machine support for the A&W6410 | ||
29 | |||
22 | config MACH_SMDK6410 | 30 | config MACH_SMDK6410 |
23 | bool "SMDK6410" | 31 | bool "SMDK6410" |
24 | select CPU_S3C6410 | 32 | select CPU_S3C6410 |