diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2011-06-03 03:14:26 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-07-31 23:28:21 +0200 |
commit | 914e6d4e36015180bdcb6b99e96adc6293b7c2c6 (patch) | |
tree | fc2f37fcb8ab369a5bcbdcb5c4a8877e01111f16 /drivers/mfd/Kconfig | |
parent | f85dbda076a11c18b396f8acfff929e53159e56d (diff) | |
download | linux-914e6d4e36015180bdcb6b99e96adc6293b7c2c6.tar.gz linux-914e6d4e36015180bdcb6b99e96adc6293b7c2c6.tar.bz2 linux-914e6d4e36015180bdcb6b99e96adc6293b7c2c6.zip |
mfd: Use generic irq chip for jz4740-adc
Use the generic irq chip framework for implementing the irq chip for
the jz4740-adc driver.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 37b83eb6d703..1e2c9f03629b 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -662,8 +662,9 @@ config MFD_JANZ_CMODIO CAN and GPIO controllers. config MFD_JZ4740_ADC - tristate "Support for the JZ4740 SoC ADC core" + bool "Support for the JZ4740 SoC ADC core" select MFD_CORE + select GENERIC_IRQ_CHIP depends on MACH_JZ4740 help Say yes here if you want support for the ADC unit in the JZ4740 SoC. |