diff options
author | Karol Wrona <k.wrona@samsung.com> | 2014-11-28 08:23:02 -0500 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-01-21 13:36:57 -0500 |
commit | 19fb8b2df4fa0cae1656ca75b75f4e142f2a7829 (patch) | |
tree | bbc554a766646f583877a040b6a0642d7a91fe21 /drivers/power | |
parent | 31f50e48e3e4ea9d503285a389d6a1b5349d66c0 (diff) |
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 <k.wrona@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 110d4bc03483..e2569a538501 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -327,7 +327,6 @@ config CHARGER_MANAGER | |||
327 | config CHARGER_MAX14577 | 327 | config CHARGER_MAX14577 |
328 | tristate "Maxim MAX14577/77836 battery charger driver" | 328 | tristate "Maxim MAX14577/77836 battery charger driver" |
329 | depends on MFD_MAX14577 | 329 | depends on MFD_MAX14577 |
330 | depends on SYSFS | ||
331 | help | 330 | help |
332 | Say Y to enable support for the battery charger control sysfs and | 331 | Say Y to enable support for the battery charger control sysfs and |
333 | platform data of MAX14577/77836 MUICs. | 332 | platform data of MAX14577/77836 MUICs. |