aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c6410/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-02-17 10:59:38 -0500
committerBen Dooks <ben-linux@fluff.org>2009-05-01 06:38:45 -0400
commitecc558acaba9ca1c6e2e7b54a1edb73ee391ae17 (patch)
tree53eba5554e7e39f2128505dd3bd23cbd30f67815 /arch/arm/mach-s3c6410/Kconfig
parent3056ea0afba83d19af5f1f3daf6ed7211f0717da (diff)
[ARM] SMDK6410: Support WM1190-EV1 PMIC board
The SMDK6410 supports pluggable PMIC boards. One such board is the Wolfson Microelectronics 1190-EV1 for the WM8350 PMICs. This patch introduces initial support for this module. Further patches will add additional integration with the system as support for the S3C6410 and other devices on the system improves. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.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/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig
index 1d5010070027..ffa4974efddf 100644
--- a/arch/arm/mach-s3c6410/Kconfig
+++ b/arch/arm/mach-s3c6410/Kconfig
@@ -60,3 +60,20 @@ config SMDK6410_SD_CH1
60 channels 0 and 1 are the same. 60 channels 0 and 1 are the same.
61 61
62endchoice 62endchoice
63
64config SMDK6410_WM1190_EV1
65 bool "Support Wolfson Microelectronics 1190-EV1 PMIC card"
66 depends on MACH_SMDK6410
67 select REGULATOR
68 select REGULATOR_WM8350
69 select MFD_WM8350_I2C
70 select MFD_WM8350_CONFIG_MODE_0
71 select MFD_WM8350_CONFIG_MODE_3
72 select MFD_WM8352_CONFIG_MODE_0
73 help
74 The Wolfson Microelectronics 1190-EV1 is a WM835x based PMIC
75 and audio daughtercard for the Samsung SMDK6410 reference
76 platform. Enabling this option will build support for this
77 module into the kernel. The presence of the module will be
78 detected at runtime so the the resulting kernel can be used
79 with or without the 1190-EV1 fitted.