diff options
author | 2024-04-22 15:16:49 +0200 | |
---|---|---|
committer | 2024-04-29 12:46:43 +0200 | |
commit | b2ed33e8d486ab2f1920131dd76fab38c8ef3550 (patch) | |
tree | 51e886809a8b8493cfa99f5d9ec16f5fece3c7e3 /drivers/platform/x86/Kconfig | |
parent | platform/x86: wmi: Add MSI WMI Platform driver (diff) | |
download | linux-rng-b2ed33e8d486ab2f1920131dd76fab38c8ef3550.tar.xz linux-rng-b2ed33e8d486ab2f1920131dd76fab38c8ef3550.zip |
platform/x86: Add lenovo-yoga-tab2-pro-1380-fastcharger driver
Add a new driver for the custom fast charging protocol found on Lenovo Yoga
Tablet 2 1380F / 1380L models.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20240422131649.46002-1-hdegoede@redhat.com
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index b744f18bbfa7..e5601d8fba68 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -133,6 +133,17 @@ config YOGABOOK To compile this driver as a module, choose M here: the module will be called lenovo-yogabook. +config YT2_1380 + tristate "Lenovo Yoga Tablet 2 1380 fast charge driver" + depends on SERIAL_DEV_BUS + depends on ACPI + help + Say Y here to enable support for the custom fast charging protocol + found on the Lenovo Yoga Tablet 2 1380F / 1380L models. + + To compile this driver as a module, choose M here: the module will + be called lenovo-yogabook. + config ACERHDF tristate "Acer Aspire One temperature and fan driver" depends on ACPI && THERMAL |