projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
231c0c2
)
power: supply: olpc_battery: Allow building the driver on non-x86
author
Lubomir Rintel
<lkundrak@v3.sk>
Mon, 13 May 2019 07:56:39 +0000
(09:56 +0200)
committer
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Mon, 20 May 2019 14:27:08 +0000
(17:27 +0300)
With the recent changes to the driver and addition of OLPC XO-1.75 EC
driver it is possible to use this driver on ARM-based XO laptops as
well.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/power/supply/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/power/supply/Kconfig
b/drivers/power/supply/Kconfig
index 26dacdab03ccbec8e57c2e2cc25aa5856d628387..5a40dffd1c956f4dfec05665487d1f753bdfc6bc 100644
(file)
--- a/
drivers/power/supply/Kconfig
+++ b/
drivers/power/supply/Kconfig
@@
-151,7
+151,7
@@
config BATTERY_PMU
config BATTERY_OLPC
tristate "One Laptop Per Child battery"
- depends on
X86_32 && OLP
C
+ depends on
OLPC_E
C
help
Say Y to enable support for the battery on the OLPC laptop.