diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2012-05-14 16:50:39 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-05-20 11:27:05 -0400 |
commit | 83871c00bb43f41d85dd15aba56a83bbb191eabc (patch) | |
tree | 034d40d8696896f4c42895675b3bfb79def58812 /drivers/mfd/Kconfig | |
parent | ebd29c6cc0b29b4bb041441fc251e0f400eea2cf (diff) |
mfd: Add MAX77693 driver
This patch adds MFD driver for MAX77693 to enable its sub devices.
The MAX77693 is a multi-function devices. It includes PMIC,
MUIC(Micro USB Interface Controller), flash LED control and
haptic motor control.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index af46ce019fc7..a0e1b834af61 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -420,6 +420,18 @@ config PMIC_ADP5520 | |||
420 | individual components like LCD backlight, LEDs, GPIOs and Kepad | 420 | individual components like LCD backlight, LEDs, GPIOs and Kepad |
421 | under the corresponding menus. | 421 | under the corresponding menus. |
422 | 422 | ||
423 | config MFD_MAX77693 | ||
424 | bool "Maxim Semiconductor MAX77693 PMIC Support" | ||
425 | depends on I2C=y && GENERIC_HARDIRQS | ||
426 | select MFD_CORE | ||
427 | help | ||
428 | Say yes here to support for Maxim Semiconductor MAX77693. | ||
429 | This is a companion Power Management IC with Flash, Haptic, Charger, | ||
430 | and MUIC(Micro USB Interface Controller) controls on chip. | ||
431 | This driver provides common support for accessing the device; | ||
432 | additional drivers must be enabled in order to use the functionality | ||
433 | of the device. | ||
434 | |||
423 | config MFD_MAX8925 | 435 | config MFD_MAX8925 |
424 | bool "Maxim Semiconductor MAX8925 PMIC Support" | 436 | bool "Maxim Semiconductor MAX8925 PMIC Support" |
425 | depends on I2C=y && GENERIC_HARDIRQS | 437 | depends on I2C=y && GENERIC_HARDIRQS |