Kconfig (38270644cc2f2c1fdf150dcc8c4b96136eb4e1f7) Kconfig (62579266cf9caca5b999560be2b5ceee42fc4d4d)
1#
2# Multifunction miscellaneous devices
3#
4
5menuconfig MFD_SUPPORT
6 bool "Multifunction device drivers"
7 depends on HAS_IOMEM
8 default y

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

415
416config EZX_PCAP
417 bool "PCAP Support"
418 depends on GENERIC_HARDIRQS && SPI_MASTER
419 help
420 This enables the PCAP ASIC present on EZX Phones. This is
421 needed for MMC, TouchScreen, Sound, USB, etc..
422
1#
2# Multifunction miscellaneous devices
3#
4
5menuconfig MFD_SUPPORT
6 bool "Multifunction device drivers"
7 depends on HAS_IOMEM
8 default y

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

415
416config EZX_PCAP
417 bool "PCAP Support"
418 depends on GENERIC_HARDIRQS && SPI_MASTER
419 help
420 This enables the PCAP ASIC present on EZX Phones. This is
421 needed for MMC, TouchScreen, Sound, USB, etc..
422
423config AB4500_CORE
424 tristate "ST-Ericsson's AB4500 Mixed Signal Power management chip"
425 depends on SPI
423config AB8500_CORE
424 bool "ST-Ericsson AB8500 Mixed Signal Power Management chip"
425 depends on SPI=y && GENERIC_HARDIRQS
426 select MFD_CORE
426 help
427 help
427 Select this option to enable access to AB4500 power management
428 Select this option to enable access to AB8500 power management
428 chip. This connects to U8500 on the SSP/SPI bus and exports
429 read/write functions for the devices to get access to this chip.
430 This chip embeds various other multimedia funtionalities as well.
431
432config AB3550_CORE
433 bool "ST-Ericsson AB3550 Mixed Signal Circuit core functions"
434 select MFD_CORE
435 depends on I2C=y && GENERIC_HARDIRQS && ABX500_CORE

--- 72 unchanged lines hidden ---
429 chip. This connects to U8500 on the SSP/SPI bus and exports
430 read/write functions for the devices to get access to this chip.
431 This chip embeds various other multimedia funtionalities as well.
432
433config AB3550_CORE
434 bool "ST-Ericsson AB3550 Mixed Signal Circuit core functions"
435 select MFD_CORE
436 depends on I2C=y && GENERIC_HARDIRQS && ABX500_CORE

--- 72 unchanged lines hidden ---