diff options
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 d9aed1593e5d..d54e985748b7 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -579,7 +579,7 @@ config AB8500_CORE | |||
579 | 579 | ||
580 | config AB8500_DEBUG | 580 | config AB8500_DEBUG |
581 | bool "Enable debug info via debugfs" | 581 | bool "Enable debug info via debugfs" |
582 | depends on AB8500_CORE && DEBUG_FS | 582 | depends on AB8500_GPADC && DEBUG_FS |
583 | default y if DEBUG_FS | 583 | default y if DEBUG_FS |
584 | help | 584 | help |
585 | Select this option if you want debug information using the debug | 585 | Select this option if you want debug information using the debug |
@@ -818,6 +818,7 @@ config MFD_TPS65910 | |||
818 | config MFD_TPS65912 | 818 | config MFD_TPS65912 |
819 | bool "TI TPS65912 Power Management chip" | 819 | bool "TI TPS65912 Power Management chip" |
820 | depends on GPIOLIB | 820 | depends on GPIOLIB |
821 | select MFD_CORE | ||
821 | help | 822 | help |
822 | If you say yes here you get support for the TPS65912 series of | 823 | If you say yes here you get support for the TPS65912 series of |
823 | PM chips. | 824 | PM chips. |