Commit 132d3f950e4dbc4e4315e44e7abc85f8aba469fd

Authored by Mark Brown
Committed by Sascha Hauer
1 parent 3f2030163e

mx31ads: Depend on all the WM8350 core dependencies for WM1133-EV1 board

Otherwise we'd need massive ifdefs in the code.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

arch/arm/mach-mx3/Kconfig
... ... @@ -19,6 +19,8 @@
19 19 config MACH_MX31ADS_WM1133_EV1
20 20 bool "Support Wolfson Microelectronics 1133-EV1 module"
21 21 depends on MACH_MX31ADS
  22 + depends on MFD_WM8350_I2C
  23 + depends on REGULATOR_WM8350
22 24 select MFD_WM8350_CONFIG_MODE_0
23 25 select MFD_WM8352_CONFIG_MODE_0
24 26 help