From: Karol Wrona Date: Fri, 28 Nov 2014 13:23:02 +0000 (+0100) Subject: power: max14577: Remove SYSFS dependency from Kconfig X-Git-Tag: v4.0-rc1~132^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19fb8b2df4fa0cae1656ca75b75f4e142f2a7829;p=thirdparty%2Flinux.git power: max14577: Remove SYSFS dependency from Kconfig This is only a small clean-up. The driver can be built without SYSFS as there exist stubs for used functions. Signed-off-by: Karol Wrona Reviewed-by: Krzysztof Kozlowski Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 110d4bc034839..e2569a5385019 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -327,7 +327,6 @@ config CHARGER_MANAGER config CHARGER_MAX14577 tristate "Maxim MAX14577/77836 battery charger driver" depends on MFD_MAX14577 - depends on SYSFS help Say Y to enable support for the battery charger control sysfs and platform data of MAX14577/77836 MUICs.