diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-09 06:36:11 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-09 06:43:05 -0400 |
commit | 49003a68926e073fc71062d210c6f9febc8665a2 (patch) | |
tree | d6febee6bf2a4fc362b8fe6e399818d260035847 /drivers/mfd | |
parent | c6a5d9ff6f96128161126c0a01f0a28edf8010da (diff) |
mfd: Fix Arizona Kconfig entry
The core and irq Arizona parts should be boolean as they depend on non
exported symbols.
This fixes the following build errors:
ERROR: "wm5102_aod" [drivers/mfd/arizona-irq.ko] undefined!
ERROR: "wm5102_irq" [drivers/mfd/arizona-irq.ko] undefined!
ERROR: "irq_set_chip_and_handler_name" [drivers/mfd/arizona-irq.ko] undefined!
ERROR: "wm5102_patch" [drivers/mfd/arizona-core.ko] undefined!
ERROR: "arizona_irq_init" [drivers/mfd/arizona-core.ko] undefined!
ERROR: "arizona_irq_exit" [drivers/mfd/arizona-core.ko] undefined!
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 53cbd16c7a4a..5c043693f52c 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -497,7 +497,7 @@ config MFD_S5M_CORE | |||
497 | 497 | ||
498 | config MFD_ARIZONA | 498 | config MFD_ARIZONA |
499 | select REGMAP | 499 | select REGMAP |
500 | tristate | 500 | bool |
501 | 501 | ||
502 | config MFD_ARIZONA_I2C | 502 | config MFD_ARIZONA_I2C |
503 | tristate "Support Wolfson Microelectronics Arizona platform with I2C" | 503 | tristate "Support Wolfson Microelectronics Arizona platform with I2C" |