diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index 44cdd80ea107..959df3840de5 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -144,6 +144,21 @@ config SMDK6410_WM1190_EV1 | |||
144 | detected at runtime so the the resulting kernel can be used | 144 | detected at runtime so the the resulting kernel can be used |
145 | with or without the 1190-EV1 fitted. | 145 | with or without the 1190-EV1 fitted. |
146 | 146 | ||
147 | config SMDK6410_WM1192_EV1 | ||
148 | bool "Support Wolfson Microelectronics 1192-EV1 PMIC card" | ||
149 | depends on MACH_SMDK6410 | ||
150 | select REGULATOR | ||
151 | select REGULATOR_WM831X | ||
152 | select S3C24XX_GPIO_EXTRA64 | ||
153 | select MFD_WM831X | ||
154 | help | ||
155 | The Wolfson Microelectronics 1192-EV1 is a WM831x based PMIC | ||
156 | daughtercard for the Samsung SMDK6410 reference platform. | ||
157 | Enabling this option will build support for this module into | ||
158 | the kernel. The presence of the daughtercard will be | ||
159 | detected at runtime so the the resulting kernel can be used | ||
160 | with or without the 1192-EV1 fitted. | ||
161 | |||
147 | config MACH_NCP | 162 | config MACH_NCP |
148 | bool "NCP" | 163 | bool "NCP" |
149 | select CPU_S3C6410 | 164 | select CPU_S3C6410 |