|
From: <cri...@us...> - 2006-09-18 17:55:21
|
Revision: 569
http://svn.sourceforge.net/hackndev/?rev=569&view=rev
Author: cristianop
Date: 2006-09-18 10:55:07 -0700 (Mon, 18 Sep 2006)
Log Message:
-----------
unchecked LOCALVERSION_AUTO to prevent adding git tags to the version string
Modified Paths:
--------------
linux4palm/linux/trunk/arch/arm/configs/palmtx_defconfig
Modified: linux4palm/linux/trunk/arch/arm/configs/palmtx_defconfig
===================================================================
--- linux4palm/linux/trunk/arch/arm/configs/palmtx_defconfig 2006-09-17 17:23:00 UTC (rev 568)
+++ linux4palm/linux/trunk/arch/arm/configs/palmtx_defconfig 2006-09-18 17:55:07 UTC (rev 569)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.16-hnd0
-# Sun Jul 30 08:12:12 2006
+# Mon Sep 18 19:46:51 2006
#
CONFIG_ARM=y
CONFIG_MMU=y
@@ -20,7 +20,7 @@
# General setup
#
CONFIG_LOCALVERSION=""
-CONFIG_LOCALVERSION_AUTO=y
+# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_POSIX_MQUEUE is not set
@@ -165,6 +165,7 @@
# Processor Features
#
CONFIG_ARM_THUMB=y
+# CONFIG_ARMBOOT_PROC is not set
CONFIG_XSCALE_PMU=y
#
@@ -522,6 +523,7 @@
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
+# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_KEYBOARD_PALMIR=m
CONFIG_KEYBOARD_PXA27X=m
# CONFIG_INPUT_MOUSE is not set
@@ -869,10 +871,10 @@
# CONFIG_MMC_DEBUG is not set
CONFIG_MMC_BLOCK=y
CONFIG_MMC_PXA=y
-# CONFIG_MMC_WBSD_PALMT3 is not set
# CONFIG_MMC_TMIO is not set
# CONFIG_MMC_SAMCOP is not set
# CONFIG_MMC_ASIC3 is not set
+# CONFIG_MMC_WBSD_PALMT3 is not set
#
# LED devices
@@ -1030,6 +1032,7 @@
#
# CONFIG_PRINTK_TIME is not set
# CONFIG_MAGIC_SYSRQ is not set
+# CONFIG_SMALLOOPS is not set
# CONFIG_DEBUG_KERNEL is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_DEBUG_BUGVERBOSE=y
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|