Kconfig (d81645510ce2a140816c4cb37c45b78d810ca63f) Kconfig (d0f60334500b0fe54e55c2df7029b02d8682c6c0)
1#
2# Multifunction miscellaneous devices
3#
4
5if HAS_IOMEM
6menu "Multifunction device drivers"
7
8config MFD_CORE

--- 719 unchanged lines hidden (view full) ---

728 select IRQ_DOMAIN
729 help
730 Say yes here to add support for Maxim Semiconductor MAX77620 and
731 MAX20024 which are Power Management IC with General purpose pins,
732 RTC, regulators, clock generator, watchdog etc. This driver
733 provides common support for accessing the device; additional drivers
734 must be enabled in order to use the functionality of the device.
735
1#
2# Multifunction miscellaneous devices
3#
4
5if HAS_IOMEM
6menu "Multifunction device drivers"
7
8config MFD_CORE

--- 719 unchanged lines hidden (view full) ---

728 select IRQ_DOMAIN
729 help
730 Say yes here to add support for Maxim Semiconductor MAX77620 and
731 MAX20024 which are Power Management IC with General purpose pins,
732 RTC, regulators, clock generator, watchdog etc. This driver
733 provides common support for accessing the device; additional drivers
734 must be enabled in order to use the functionality of the device.
735
736config MFD_MAX77650
737 tristate "Maxim MAX77650/77651 PMIC Support"
738 depends on I2C
739 depends on OF || COMPILE_TEST
740 select MFD_CORE
741 select REGMAP_I2C
742 help
743 Say Y here to add support for Maxim Semiconductor MAX77650 and
744 MAX77651 Power Management ICs. This is the core multifunction
745 driver for interacting with the device. The module name is
746 'max77650'. Additional drivers can be enabled in order to use
747 the following functionalities of the device: GPIO, regulator,
748 charger, LED, onkey.
749
736config MFD_MAX77686
737 tristate "Maxim Semiconductor MAX77686/802 PMIC Support"
738 depends on I2C
739 depends on OF || COMPILE_TEST
740 select MFD_CORE
741 select REGMAP_I2C
742 select REGMAP_IRQ
743 select IRQ_DOMAIN

--- 1212 unchanged lines hidden ---
750config MFD_MAX77686
751 tristate "Maxim Semiconductor MAX77686/802 PMIC Support"
752 depends on I2C
753 depends on OF || COMPILE_TEST
754 select MFD_CORE
755 select REGMAP_I2C
756 select REGMAP_IRQ
757 select IRQ_DOMAIN

--- 1212 unchanged lines hidden ---