Commit ef071bab authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Andy Shevchenko
Browse files

power: supply: olpc_battery: Allow building the driver on non-x86



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: default avatarLubomir Rintel <lkundrak@v3.sk>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 231c0c21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ config BATTERY_PMU

config BATTERY_OLPC
	tristate "One Laptop Per Child battery"
	depends on X86_32 && OLPC
	depends on OLPC_EC
	help
	  Say Y to enable support for the battery on the OLPC laptop.