From 231dd9c8994430d4aaa75cdee95af13c154f489f Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Wed, 15 Feb 2012 16:05:24 +0800 Subject: [PATCH] mfd: Fix typo for TPS65912 Signed-off-by: Axel Lin Signed-off-by: Samuel Ortiz --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index c559d352c420..d92bea2c468f 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -186,7 +186,7 @@ config MFD_TPS65912 depends on GPIOLIB config MFD_TPS65912_I2C - bool "TPS95612 Power Management chip with I2C" + bool "TPS65912 Power Management chip with I2C" select MFD_CORE select MFD_TPS65912 depends on I2C=y && GPIOLIB -- 2.39.2