diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 06:06:32 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 06:06:32 -0400 |
commit | a19339f430d8ba5fc2ca840ae95f8aa7c49ea9d7 (patch) | |
tree | 439acb9b48371eafa2bcbd3efb03e483a3654931 /arch/arm/mach-s3c6410/Kconfig | |
parent | 19e3f4858d4a2863ad66b2c92d0f9270879eac04 (diff) | |
parent | e3980b6a03e4c81e0e8d2cfcd7ab18082bbe92a5 (diff) |
[ARM] Merge next-s3c-s3c6410 into for-rmk-devel
Merge branch 'next-s3c-s3c6410' into for-rmk-devel
Diffstat (limited to 'arch/arm/mach-s3c6410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6410/Kconfig | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index 4f7ffc7ce859..9c163f365c80 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig | |||
@@ -20,6 +20,14 @@ config S3C6410_SETUP_SDHCI | |||
20 | help | 20 | help |
21 | Internal helper functions for S3C6410 based SDHCI systems | 21 | Internal helper functions for S3C6410 based SDHCI systems |
22 | 22 | ||
23 | config MACH_ANW6410 | ||
24 | bool "A&W6410" | ||
25 | select CPU_S3C6410 | ||
26 | select S3C_DEV_FB | ||
27 | select S3C64XX_SETUP_FB_24BPP | ||
28 | help | ||
29 | Machine support for the A&W6410 | ||
30 | |||
23 | config MACH_SMDK6410 | 31 | config MACH_SMDK6410 |
24 | bool "SMDK6410" | 32 | bool "SMDK6410" |
25 | select CPU_S3C6410 | 33 | select CPU_S3C6410 |
@@ -62,3 +70,29 @@ config SMDK6410_SD_CH1 | |||
62 | channels 0 and 1 are the same. | 70 | channels 0 and 1 are the same. |
63 | 71 | ||
64 | endchoice | 72 | endchoice |
73 | |||
74 | config SMDK6410_WM1190_EV1 | ||
75 | bool "Support Wolfson Microelectronics 1190-EV1 PMIC card" | ||
76 | depends on MACH_SMDK6410 | ||
77 | select REGULATOR | ||
78 | select REGULATOR_WM8350 | ||
79 | select MFD_WM8350_I2C | ||
80 | select MFD_WM8350_CONFIG_MODE_0 | ||
81 | select MFD_WM8350_CONFIG_MODE_3 | ||
82 | select MFD_WM8352_CONFIG_MODE_0 | ||
83 | help | ||
84 | The Wolfson Microelectronics 1190-EV1 is a WM835x based PMIC | ||
85 | and audio daughtercard for the Samsung SMDK6410 reference | ||
86 | platform. Enabling this option will build support for this | ||
87 | module into the kernel. The presence of the module will be | ||
88 | detected at runtime so the the resulting kernel can be used | ||
89 | with or without the 1190-EV1 fitted. | ||
90 | |||
91 | config MACH_NCP | ||
92 | bool "NCP" | ||
93 | select CPU_S3C6410 | ||
94 | select S3C_DEV_I2C1 | ||
95 | select S3C_DEV_HSMMC1 | ||
96 | select S3C64XX_SETUP_I2C1 | ||
97 | help | ||
98 | Machine support for the Samsung NCP | ||