From: <bob...@us...> - 2007-08-05 10:13:44
|
Revision: 1231 http://hackndev.svn.sourceforge.net/hackndev/?rev=1231&view=rev Author: bobofdoom Date: 2007-08-05 03:13:42 -0700 (Sun, 05 Aug 2007) Log Message: ----------- PalmT650: Changed GSM driver to bool. * Kernel panics on pxa_ffuart_set_info when modular for some reason. Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/palmt650/Kconfig Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmt650/Kconfig =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmt650/Kconfig 2007-08-05 05:52:37 UTC (rev 1230) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmt650/Kconfig 2007-08-05 10:13:42 UTC (rev 1231) @@ -8,7 +8,7 @@ for this PDA. config PALMT650_GSM - tristate "Palm Treo 650 GSM baseband processor" + bool "Palm Treo 650 GSM support" depends on MACH_XSCALE_PALMTREO650 default y help This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |