From: <z7...@us...> - 2007-01-23 18:10:30
|
Revision: 777 http://svn.sourceforge.net/hackndev/?rev=777&view=rev Author: z72ka Date: 2007-01-23 10:10:13 -0800 (Tue, 23 Jan 2007) Log Message: ----------- Palmz72: clear code (for lucidity) Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/Kconfig Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/Kconfig =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/Kconfig 2007-01-23 18:08:22 UTC (rev 776) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmz72/Kconfig 2007-01-23 18:10:13 UTC (rev 777) @@ -3,7 +3,7 @@ select PXA27x select KEYBOARD_PXA27x help - This enables support for Palm Zire 72 handheld. + This enables support for PalmOne Zire 72 handheld. config PALMZ72_AC97 tristate "Palm Zire 72 AC97 Driver" @@ -11,27 +11,27 @@ default y if MACH_PALMZ72 help Enable support for WM9712 touchscreen and battery driver for - the PalmOne Zire 72 PDA + 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 + Enable support for suspend/resume the PalmOne Zire 72 PDA. config GPIOED tristate "GPIOED" depends on MACH_PALMZ72 default n help - Only for debuging and testing + Gpioed: only for debuging and testing! config GPIOEDNG tristate "GPIOEDNG" depends on MACH_PALMZ72 default n help - Gpioed-ng only for debugging and testing + Gpioed-ng: only for debuging and testing! \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |