diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-01-15 11:14:30 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 05:34:05 -0400 |
commit | fe7316bff119a11e68f895ecf9a5a713ed30004c (patch) | |
tree | e7e25be8d53dc6d9b87ad23145e24c4cfd989a94 /arch/arm/mach-mx3/Kconfig | |
parent | bab389c8750d7f41f499517b308600f13bd2788d (diff) |
mx31ads: Initial support for Wolfson Microelectronics 1133-EV1 module
The i.MX31ADS supports pluggable PMU modules, including the WM835x based
Wolfson Microelectronics 1133-EV1. These boards provide power, audio,
RTC and watchdiog services to the system. This patch adds initial support
for those boards in I2C mode.
Currently support is limited by the available support for the features
of the i.MX31 in the mainline kernel. Some further work will be needed
once other PMU modules are supported and once there is SPI support.
Many of the regulator constraints will be sharable with other PMU
boards.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index e79659e8176e..6fea54196324 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -8,6 +8,15 @@ config MACH_MX31ADS | |||
8 | Include support for MX31ADS platform. This includes specific | 8 | Include support for MX31ADS platform. This includes specific |
9 | configurations for the board and its peripherals. | 9 | configurations for the board and its peripherals. |
10 | 10 | ||
11 | config MACH_MX31ADS_WM1133_EV1 | ||
12 | bool "Support Wolfson Microelectronics 1133-EV1 module" | ||
13 | depends on MACH_MX31ADS | ||
14 | select MFD_WM8350_CONFIG_MODE_0 | ||
15 | select MFD_WM8352_CONFIG_MODE_0 | ||
16 | help | ||
17 | Include support for the Wolfson Microelectronics 1133-EV1 PMU | ||
18 | and audio module for the MX31ADS platform. | ||
19 | |||
11 | config MACH_PCM037 | 20 | config MACH_PCM037 |
12 | bool "Support Phytec pcm037 platforms" | 21 | bool "Support Phytec pcm037 platforms" |
13 | help | 22 | help |