Kconfig (707857d997ae39743eba939a5b3aaafbab04fa78) | Kconfig (d4b15e447c352ae74b18261bdaf0023fa9a7d1bd) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Multifunction miscellaneous devices 4# 5 6if HAS_IOMEM 7menu "Multifunction device drivers" 8 --- 1475 unchanged lines hidden (view full) --- 1484 depends on COMMON_CLK 1485 default y 1486 help 1487 This is the core driver for the OAMP EHCI and OHCI drivers. 1488 This MFD driver does the required setup functionalities for 1489 OMAP USB Host drivers. 1490 1491config MFD_PALMAS | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Multifunction miscellaneous devices 4# 5 6if HAS_IOMEM 7menu "Multifunction device drivers" 8 --- 1475 unchanged lines hidden (view full) --- 1484 depends on COMMON_CLK 1485 default y 1486 help 1487 This is the core driver for the OAMP EHCI and OHCI drivers. 1488 This MFD driver does the required setup functionalities for 1489 OMAP USB Host drivers. 1490 1491config MFD_PALMAS |
1492 bool "TI Palmas series chips" | 1492 tristate "TI Palmas series chips" |
1493 select MFD_CORE 1494 select REGMAP_I2C 1495 select REGMAP_IRQ 1496 depends on I2C=y 1497 help 1498 If you say yes here you get support for the Palmas 1499 series of PMIC chips from Texas Instruments. 1500 --- 754 unchanged lines hidden --- | 1493 select MFD_CORE 1494 select REGMAP_I2C 1495 select REGMAP_IRQ 1496 depends on I2C=y 1497 help 1498 If you say yes here you get support for the Palmas 1499 series of PMIC chips from Texas Instruments. 1500 --- 754 unchanged lines hidden --- |