Revision: 805
http://svn.sourceforge.net/hackndev/?rev=805&view=rev
Author: balrog-kun
Date: 2007-02-13 08:54:05 -0800 (Tue, 13 Feb 2007)
Log Message:
-----------
TX: Fix Kconfig formatting so that vim syntax colouring catches on.
Modified Paths:
--------------
linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/Kconfig
Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/Kconfig
===================================================================
--- linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/Kconfig 2007-02-13 16:51:56 UTC (rev 804)
+++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/Kconfig 2007-02-13 16:54:05 UTC (rev 805)
@@ -1,40 +1,39 @@
menuconfig MACH_XSCALE_PALMTX
- bool "Palm TX"
- select PXA27x
- help
- This enables support for Palm TX handheld.
- Note: this is in a very early stage.
+ bool "Palm TX"
+ select PXA27x
+ help
+ This enables support for Palm TX handheld.
+ Note: this is in a very early stage.
config PALMTX_AC97
- tristate "Palm TX AC97 driver"
- depends on MACH_XSCALE_PALMTX
+ tristate "Palm TX AC97 driver"
+ depends on MACH_XSCALE_PALMTX
default y if MACH_XSCALE_PALMTX
- help
- AC97 codec for Palm TX.
- Enable support for WM9712 touchscreen and battery for
- the Palm TX PDA
+ help
+ AC97 codec for Palm TX.
+ Enable support for WM9712 touchscreen and battery for
+ the Palm TX PDA
config PALMTX_LCD
tristate "Palm TX LCD driver"
select LCD_CLASS_DEVICE
- depends on MACH_XSCALE_PALMTX
- default y if MACH_XSCALE_PALMTX
- help
- LCD driver for Palm TX.
- Enable support for switching the Palm TX LCD on/off
+ depends on MACH_XSCALE_PALMTX
+ default y if MACH_XSCALE_PALMTX
+ help
+ LCD driver for Palm TX.
+ Enable support for switching the Palm TX LCD on/off
config PALMTX_PCMCIA
- tristate "Palm TX PCMCIA driver"
- depends on MACH_XSCALE_PALMTX
- default y if MACH_XSCALE_PALMTX
- help
- PCMCIA driver for Palm TX
+ tristate "Palm TX PCMCIA driver"
+ depends on MACH_XSCALE_PALMTX
+ default y if MACH_XSCALE_PALMTX
+ help
+ PCMCIA driver for Palm TX
-
config PALMTX_DEBUG
bool "Debug output for Palm TX"
depends on MACH_XSCALE_PALMTX
default n
help
- Enable core debug output for Palm TX modules.
+ Enable core debug output for Palm TX modules.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|