Kconfig (d4e0a89e3d170affa896efcdb4320e38a2f3a546) | Kconfig (15e0ff7a0c500c9f55a06c1ebefd43bce94d508b) |
---|---|
1# 2# Multifunction miscellaneous devices 3# 4 5menu "Multifunction device drivers" 6 depends on HAS_IOMEM 7 8config MFD_CORE --- 307 unchanged lines hidden (view full) --- 316 bool "PCAP Support" 317 depends on GENERIC_HARDIRQS && SPI_MASTER 318 help 319 This enables the PCAP ASIC present on EZX Phones. This is 320 needed for MMC, TouchScreen, Sound, USB, etc.. 321 322config MFD_88PM8607 323 bool "Support Marvell 88PM8607" | 1# 2# Multifunction miscellaneous devices 3# 4 5menu "Multifunction device drivers" 6 depends on HAS_IOMEM 7 8config MFD_CORE --- 307 unchanged lines hidden (view full) --- 316 bool "PCAP Support" 317 depends on GENERIC_HARDIRQS && SPI_MASTER 318 help 319 This enables the PCAP ASIC present on EZX Phones. This is 320 needed for MMC, TouchScreen, Sound, USB, etc.. 321 322config MFD_88PM8607 323 bool "Support Marvell 88PM8607" |
324 depends on I2C | 324 depends on I2C=y |
325 select MFD_CORE 326 help 327 This supports for Marvell 88PM8607 Power Management IC. This includes 328 the I2C driver and the core APIs _only_, you have to select 329 individual components like voltage regulators, RTC and 330 battery-charger under the corresponding menus. 331 332config AB4500_CORE --- 33 unchanged lines hidden --- | 325 select MFD_CORE 326 help 327 This supports for Marvell 88PM8607 Power Management IC. This includes 328 the I2C driver and the core APIs _only_, you have to select 329 individual components like voltage regulators, RTC and 330 battery-charger under the corresponding menus. 331 332config AB4500_CORE --- 33 unchanged lines hidden --- |