diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2018-12-12 12:34:00 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-02-01 03:09:27 -0500 |
commit | 6fd7f2bbd4422e7635bc771cd1ec440378158cb1 (patch) | |
tree | 14af3b15c2a73e037049afd6ad5a37a07547b8c5 /drivers/mfd/Kconfig | |
parent | 6fce0a2cf5a050e8a3326556d7d293e69be303be (diff) |
mfd / platform: cros_ec: Move device sysfs attributes to its own driver
The entire way how cros debugfs attibutes are created is broken.
cros_ec_sysfs should be its own driver and its attributes should be
associated with the sysfs driver not the mfd driver.
The patch also adds the sysfs documentation.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index f461460a2aeb..2acc105e43cc 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -215,7 +215,6 @@ config MFD_CROS_EC | |||
215 | config MFD_CROS_EC_CHARDEV | 215 | config MFD_CROS_EC_CHARDEV |
216 | tristate "Chrome OS Embedded Controller userspace device interface" | 216 | tristate "Chrome OS Embedded Controller userspace device interface" |
217 | depends on MFD_CROS_EC | 217 | depends on MFD_CROS_EC |
218 | select CROS_EC_CTL | ||
219 | ---help--- | 218 | ---help--- |
220 | This driver adds support to talk with the ChromeOS EC from userspace. | 219 | This driver adds support to talk with the ChromeOS EC from userspace. |
221 | 220 | ||