Skip to content

Commit

Permalink
mfd: Don't allow WM8350 to be built modular
Browse files Browse the repository at this point in the history
The genirq implementation does not allow modules to implement irq_chips
so the conversion of WM8350 to genirq means we can no longer allow the
driver to be built as a module.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Mar 7, 2010
1 parent 760e451 commit ecf926b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ config MFD_WM831X
functionality of the device.

config MFD_WM8350
tristate
bool

config MFD_WM8350_CONFIG_MODE_0
bool
Expand Down Expand Up @@ -256,9 +256,9 @@ config MFD_WM8352_CONFIG_MODE_3
depends on MFD_WM8350

config MFD_WM8350_I2C
tristate "Support Wolfson Microelectronics WM8350 with I2C"
bool "Support Wolfson Microelectronics WM8350 with I2C"
select MFD_WM8350
depends on I2C
depends on I2C=y
help
The WM8350 is an integrated audio and power management
subsystem with watchdog and RTC functionality for embedded
Expand Down

0 comments on commit ecf926b

Please sign in to comment.