projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f20301
)
mx31ads: Depend on all the WM8350 core dependencies for WM1133-EV1 board
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 14 Apr 2009 10:25:18 +0000
(11:25 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Thu, 16 Apr 2009 11:03:56 +0000
(13:03 +0200)
Otherwise we'd need massive ifdefs in the code.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
arch/arm/mach-mx3/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mx3/Kconfig
b/arch/arm/mach-mx3/Kconfig
index
d623558
..
194b842
100644
(file)
--- a/
arch/arm/mach-mx3/Kconfig
+++ b/
arch/arm/mach-mx3/Kconfig
@@
-19,6
+19,8
@@
config MACH_MX31ADS
config MACH_MX31ADS_WM1133_EV1
bool "Support Wolfson Microelectronics 1133-EV1 module"
depends on MACH_MX31ADS
+ depends on MFD_WM8350_I2C
+ depends on REGULATOR_WM8350
select MFD_WM8350_CONFIG_MODE_0
select MFD_WM8352_CONFIG_MODE_0
help