Skip to content

Commit 1f1cf8f

Browse files
Haojian ZhuangSamuel Ortiz
authored andcommitted
mfd: Update irq handler in max8925
Update thread irq handler. Simply the interface of using thread irq. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
1 parent b13c0df commit 1f1cf8f

File tree

3 files changed

+564
-257
lines changed

3 files changed

+564
-257
lines changed

drivers/mfd/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ config PMIC_ADP5520
204204
under the corresponding menus.
205205

206206
config MFD_MAX8925
207-
tristate "Maxim Semiconductor MAX8925 PMIC Support"
208-
depends on I2C
207+
bool "Maxim Semiconductor MAX8925 PMIC Support"
208+
depends on I2C=y
209209
select MFD_CORE
210210
help
211211
Say yes here to support for Maxim Semiconductor MAX8925. This is

0 commit comments

Comments
 (0)