File tree Expand file tree Collapse file tree 3 files changed +511
-0
lines changed Expand file tree Collapse file tree 3 files changed +511
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,15 @@ config BATTERY_LEGO_EV3
167
167
help
168
168
Say Y here to enable support for the LEGO MINDSTORMS EV3 battery.
169
169
170
+ config BATTERY_LENOVO_YOGA_C630
171
+ tristate "Lenovo Yoga C630 battery"
172
+ depends on EC_LENOVO_YOGA_C630
173
+ help
174
+ This driver enables battery support on the Lenovo Yoga C630 laptop.
175
+
176
+ To compile the driver as a module, choose M here: the module will be
177
+ called lenovo_yoga_c630_battery.
178
+
170
179
config BATTERY_PMU
171
180
tristate "Apple PMU battery"
172
181
depends on PPC32 && ADB_PMU
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ obj-$(CONFIG_BATTERY_DS2782) += ds2782_battery.o
32
32
obj-$(CONFIG_BATTERY_GAUGE_LTC2941) += ltc2941-battery-gauge.o
33
33
obj-$(CONFIG_BATTERY_GOLDFISH) += goldfish_battery.o
34
34
obj-$(CONFIG_BATTERY_LEGO_EV3) += lego_ev3_battery.o
35
+ obj-$(CONFIG_BATTERY_LENOVO_YOGA_C630) += lenovo_yoga_c630_battery.o
35
36
obj-$(CONFIG_BATTERY_PMU) += pmu_battery.o
36
37
obj-$(CONFIG_BATTERY_QCOM_BATTMGR) += qcom_battmgr.o
37
38
obj-$(CONFIG_BATTERY_OLPC) += olpc_battery.o
You can’t perform that action at this time.
0 commit comments