aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--defconfig-2.6.241
-rw-r--r--drivers/power/Kconfig8
2 files changed, 9 insertions, 0 deletions
diff --git a/defconfig-2.6.24 b/defconfig-2.6.24
index 833e15e4924..6d750a50fec 100644
--- a/defconfig-2.6.24
+++ b/defconfig-2.6.24
@@ -1825,3 +1825,4 @@ CONFIG_TEXTSEARCH_FSM=m
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_DMA=y
+CONFIG_GTA02_HDQ=y
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 8b1d09a3773..e1a02f53ef1 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -82,3 +82,11 @@ config GTA02_HDQ
at least BATTERY_BQ27000_HDQ as well
endif # POWER_SUPPLY
+
+config GTA02_HDQ
+ tristate "Neo Freerunner HDQ"
+ depends on MACH_NEO1973_GTA02 && FIQ && S3C2440_C_FIQ
+ help
+ Say Y to enable support for communicating with an HDQ battery
+ on the Neo Freerunner. You probably want to select
+ at least BATTERY_BQ27000_HDQ as well