diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-10-19 17:57:56 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:30:24 -0400 |
commit | e5b486841d572c5ac83c798f82f4f67cbbac5320 (patch) | |
tree | 162b0c3f058fb461515a06614711a717d6807bb8 /arch/arm/mach-s3c64xx/Kconfig | |
parent | 00969f23dae70f62d7ce3f7abbbfb6d09ef92739 (diff) |
mfd: Factor out WM831x I2C I/O from the core driver
In preparation for the addition of SPI support for the WM831x move the I2C
specific code into a separate file with a separate Kconfig option so the
I2C support can be excluded from the build.
Also update the 1133-EV1 PMIC module support for SMDK6410 to use the new
symbol.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index 1e4d78af7d84..546db5cb8929 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -185,6 +185,7 @@ config SMDK6410_WM1192_EV1 | |||
185 | select REGULATOR_WM831X | 185 | select REGULATOR_WM831X |
186 | select S3C24XX_GPIO_EXTRA64 | 186 | select S3C24XX_GPIO_EXTRA64 |
187 | select MFD_WM831X | 187 | select MFD_WM831X |
188 | select MFD_WM831X_I2C | ||
188 | help | 189 | help |
189 | The Wolfson Microelectronics 1192-EV1 is a WM831x based PMIC | 190 | The Wolfson Microelectronics 1192-EV1 is a WM831x based PMIC |
190 | daughtercard for the Samsung SMDK6410 reference platform. | 191 | daughtercard for the Samsung SMDK6410 reference platform. |