From: <z7...@us...> - 2007-01-18 08:27:15
|
Revision: 763 http://svn.sourceforge.net/hackndev/?rev=763&view=rev Author: z72ka Date: 2007-01-18 00:27:14 -0800 (Thu, 18 Jan 2007) Log Message: ----------- Palmz72: Added suspend/resume support Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/Kconfig linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/Makefile Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/Kconfig =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/Kconfig 2007-01-18 08:25:56 UTC (rev 762) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/Kconfig 2007-01-18 08:27:14 UTC (rev 763) @@ -12,6 +12,13 @@ help Enable support for WM9712 touchscreen and battery driver for the PalmOne Zire 72 PDA + +config PALMZ72_PM + tristate "Palm Zire 72 Power Management support" + depends on MACH_PALMZ72 + default y if MACH_PALMZ72 + help + Enable support for suspend/resume the PalmOne Zire 72 PDA config GPIOED tristate "GPIOED" @@ -26,4 +33,5 @@ default n help Gpioed-ng only for debugging and testing + \ No newline at end of file Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/Makefile =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/Makefile 2007-01-18 08:25:56 UTC (rev 762) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/Makefile 2007-01-18 08:27:14 UTC (rev 763) @@ -4,5 +4,6 @@ obj-$(CONFIG_MACH_PALMZ72) += palmz72.o obj-$(CONFIG_PALMZ72_AC97) += palmz72_ac97.o +obj-$(CONFIG_PALMZ72_PM) += palmz72_pm.o obj-$(CONFIG_GPIOED) += gpioed.o obj-$(CONFIG_GPIOEDNG) += gpioed-ng.o This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |