From: <far...@us...> - 2006-12-08 18:54:20
|
Revision: 698 http://svn.sourceforge.net/hackndev/?rev=698&view=rev Author: farcaller Date: 2006-12-08 10:54:18 -0800 (Fri, 08 Dec 2006) Log Message: ----------- palmt3: battery depends on SOC_TSC2101 rather than selects it Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/palmt3/Kconfig Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmt3/Kconfig =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmt3/Kconfig 2006-12-08 18:53:22 UTC (rev 697) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmt3/Kconfig 2006-12-08 18:54:18 UTC (rev 698) @@ -12,8 +12,7 @@ config PALM_T3_BATTERY tristate "Battery monitoring support" - depends on MACH_T3XSCALE && TPS65010 - select SOC_TSC2101 + depends on MACH_T3XSCALE && TPS65010 && SOC_TSC2101 help Adds battery driver support This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |