Kconfig (873357b1a7f044888be0a1dc6a753376cd2140eb) | Kconfig (c703797c1d5466f9af70bc7692fa49399107e66c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Multifunction miscellaneous devices 4# 5 6if HAS_IOMEM 7menu "Multifunction device drivers" 8 --- 892 unchanged lines hidden (view full) --- 901 help 902 This enables the PCAP ASIC present on EZX Phones. This is 903 needed for MMC, TouchScreen, Sound, USB, etc.. 904 905config MFD_CPCAP 906 tristate "Support for Motorola CPCAP" 907 depends on SPI 908 depends on OF || COMPILE_TEST | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Multifunction miscellaneous devices 4# 5 6if HAS_IOMEM 7menu "Multifunction device drivers" 8 --- 892 unchanged lines hidden (view full) --- 901 help 902 This enables the PCAP ASIC present on EZX Phones. This is 903 needed for MMC, TouchScreen, Sound, USB, etc.. 904 905config MFD_CPCAP 906 tristate "Support for Motorola CPCAP" 907 depends on SPI 908 depends on OF || COMPILE_TEST |
909 select MFD_CORE |
|
909 select REGMAP_SPI 910 select REGMAP_IRQ 911 help 912 Say yes here if you want to include driver for CPCAP. 913 It is used on many Motorola phones and tablets as a PMIC. 914 At least Motorola Droid 4 is known to use CPCAP. 915 916config MFD_VIPERBOARD --- 1147 unchanged lines hidden --- | 910 select REGMAP_SPI 911 select REGMAP_IRQ 912 help 913 Say yes here if you want to include driver for CPCAP. 914 It is used on many Motorola phones and tablets as a PMIC. 915 At least Motorola Droid 4 is known to use CPCAP. 916 917config MFD_VIPERBOARD --- 1147 unchanged lines hidden --- |