diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-10-17 01:51:11 +0200 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2009-10-17 04:23:23 +0400 |
commit | ee73a861f3273b9603577468a06b433d5f5be129 (patch) | |
tree | f0647be1ca67e7842e787223712d169f03f5eed9 /drivers/mfd/Kconfig | |
parent | 74fca6a42863ffacaf7ba6f1936a9f228950f657 (diff) |
Inital pcf50606 support
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 491ac0f800d..4e952cc7a8f 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -263,6 +263,29 @@ config EZX_PCAP This enables the PCAP ASIC present on EZX Phones. This is needed for MMC, TouchScreen, Sound, USB, etc.. +config MFD_PCF50606 + tristate "Support for NXP PCF50606" + depends on I2C + help + Say yes here if you have NXP PCF50606 chip on your board. + This core driver provides register access and IRQ handling + facilities, and registers devices for the various functions + so that function-specific drivers can bind to them. + +config PCF50606_ADC + tristate "Support for NXP PCF50606 ADC" + depends on MFD_PCF50606 + help + Say yes here if you want to include support for ADC in the + NXP PCF50606 chip. + +config PCF50606_GPO + tristate "Support for NXP PCF50606 GPO" + depends on MFD_PCF50606 + help + Say yes here if you want to include support GPO for pins on + the PCF50606 chip. + endmenu menu "Multimedia Capabilities Port drivers" |