diff options
Diffstat (limited to 'arch/arm/mach-s3c6410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6410/Kconfig | 17 |
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 | ||
62 | endchoice | 62 | endchoice |
63 | |||
64 | config 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. | ||