aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-05-30 00:47:36 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-07-08 18:16:08 -0400
commite2186b531fd33c2d3450e143c2c8d8387fccb15d (patch)
treebfb7a62e37ed235cacc70271deb0848399fb4bfc /drivers/mfd/Kconfig
parent6e19e837c8a731a7a54a195a3081c7f74657ced5 (diff)
mfd: Remove redundant AB8500_I2C_CORE Kconfig entry
During ab8500-core clean-up the Kconfig entry for AB8500_I2C_CORE was left remnant. This patch simply removes it. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index a7d0c851afc5..ed488edb2dee 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -716,16 +716,6 @@ config AB8500_CORE
716 the irq_chip parts for handling the Mixed Signal chip events. 716 the irq_chip parts for handling the Mixed Signal chip events.
717 This chip embeds various other multimedia funtionalities as well. 717 This chip embeds various other multimedia funtionalities as well.
718 718
719config AB8500_I2C_CORE
720 bool "AB8500 register access via PRCMU I2C"
721 depends on AB8500_CORE && MFD_DB8500_PRCMU
722 default y
723 help
724 This enables register access to the AB8500 chip via PRCMU I2C.
725 The AB8500 chip can be accessed via SPI or I2C. On DB8500 hardware
726 the I2C bus is connected to the Power Reset
727 and Mangagement Unit, PRCMU.
728
729config AB8500_DEBUG 719config AB8500_DEBUG
730 bool "Enable debug info via debugfs" 720 bool "Enable debug info via debugfs"
731 depends on AB8500_CORE && DEBUG_FS 721 depends on AB8500_CORE && DEBUG_FS