summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@stericsson.com>2010-01-19 05:41:52 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2010-03-07 16:17:10 -0500
commit2071db4848ea809887e97248dd3dec02a2e3dd6b (patch)
tree6af9118a691d9d68da42004e29e834fa3d2508d5 /drivers/mfd/Kconfig
parent6048a3dd2371c58611ea0ab8b306f8f1469399ae (diff)
mfd: Use AB3100 MFD core IRQ for interrupt randomness
This reintroduces the entropy sampling of the AB3100 IRQ as the IRQF_SAMPLE_RANDOM is going out according to the feature removal schedule. I'm trying to do this the right way then, so CC:ing some random people for a quick review. We add entropy for interrupt events in the AB3100 which are truly random in nature, like external cables being connected, voltages on batteries dropping below certain ranges, ADC triggers or overheating. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Cc: Robin Getz <rgetz@blackfin.uclinux.org> Acked-by: Matt Mackall <mpm@selenic.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 9bcd447e71e2..ea2557bb0bd4 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -329,8 +329,8 @@ config PCF50633_GPIO
329 the PCF50633 chip. 329 the PCF50633 chip.
330 330
331config AB3100_CORE 331config AB3100_CORE
332 tristate "ST-Ericsson AB3100 Mixed Signal Circuit core functions" 332 bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions"
333 depends on I2C 333 depends on I2C=y
334 default y if ARCH_U300 334 default y if ARCH_U300
335 help 335 help
336 Select this to enable the AB3100 Mixed Signal IC core 336 Select this to enable the AB3100 Mixed Signal IC core