For MFD_TPS6586X, MFD_SMSC and MFD_DA9055, these drivers can only be built as built-in, thus remove incorrect help text in Kconfig entries.
Signed-off-by: Axel Lin <[email protected]> --- drivers/mfd/Kconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index acab3ef..35a1877 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -209,9 +209,6 @@ config MFD_TPS6586X additional drivers must be enabled in order to use the functionality of the device. - This driver can also be built as a module. If so, the module - will be called tps6586x. - config MFD_TPS65910 bool "TPS65910 Power Management chip" depends on I2C=y && GPIOLIB @@ -384,9 +381,6 @@ config MFD_SMSC If you say yes here you get support for the ece1099 chips from SMSC. - To compile this driver as a module, choose M here: the - module will be called smsc. - config MFD_TC6387XB bool "Support Toshiba TC6387XB" depends on ARM && HAVE_CLK @@ -457,9 +451,6 @@ config MFD_DA9055 Additional drivers must be enabled in order to use the functionality of the device. - This driver can be built as a module. If built as a module it will be - called "da9055" - config PMIC_ADP5520 bool "Analog Devices ADP5520/01 MFD PMIC Core Support" depends on I2C=y -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

