SOURCES: kernel-desktop.conf - some options, section headers
glen
glen at pld-linux.org
Sun Oct 28 22:26:01 CET 2007
Author: glen Date: Sun Oct 28 21:26:01 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- some options, section headers
---- Files affected:
SOURCES:
kernel-desktop.conf (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/kernel-desktop.conf
diff -u SOURCES/kernel-desktop.conf:1.1 SOURCES/kernel-desktop.conf:1.2
--- SOURCES/kernel-desktop.conf:1.1 Sun Oct 28 21:07:56 2007
+++ SOURCES/kernel-desktop.conf Sun Oct 28 22:25:56 2007
@@ -1,4 +1,98 @@
#
+# Linux kernel version: 2.6.22.10_desktop
+# $Date$
+#
+
+#
+# Code maturity level options
+#
+EXPERIMENTAL all=y
+LOCK_KERNEL all=y
+
+#
+# General setup
+#
+SYSVIPC all=y
+AUDIT all=y
+IKCONFIG all=y
+KALLSYMS all=y
+KALLSYMS_EXTRA_PASS all=n
+POSIX_MQUEUE all=y
+LOCALVERSION_AUTO all=n
+BSD_PROCESS_ACCT all=y
+IKCONFIG_PROCKCONFIG_PROC all=y
+
+#
+# Loadable module support
+#
+MODULES all=y
+MODULE_UNLOAD all=y
+MODULE_FORCE_UNLOAD all=y
+MODVERSIONS all=n
+MODULE_SRCVERSION_ALL all=n
+
+#
+# Block layer
+#
+BLOCK all=y
+LBD all=y
+BLK_DEV_IO_TRACE all=y
+LSF all=y
+
+#
+# IO Schedulers
+#
+
+#
+# Processor type and features
+#
+SMP all=y
+
+#
+# Firmware Drivers
+#
+
+#
+# Power management options (ACPI, APM)
+#
+PM all=y
+SOFTWARE_SUSPEND all=y
+PM_STD_PARTITION all=""
+SUSPEND2_CORE all=m
+
+#
+# CPU Frequency scaling
+#
+CPU_FREQ all=y
+
+#
+# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
+#
+PCI all=y
+
+#
+# PCCARD (PCMCIA/CardBus) support
+#
+
+#
+# PCCARD (PCMCIA/CardBus) support
+#
+PCCARD all=m
+
+#
+# PC-card bridges
+#
+YENTA all=m
+
+
+#
+# Executable file formats
+#
+BINFMT_ELF all=y
+BINFMT_AOUT all=m
+BINFMT_MISC all=m
+
+#
# Networking
#
NET all=y
@@ -70,13 +164,6 @@
TCP_MD5SIG all=y
#
-# IP: Virtual Server Configuration
-#
-IP_VS all=m
-IP_VS_DEBUG all=n
-IP_VS_TAB_BITS all=12
-
-#
# IPVS transport protocol load balancing support
#
IP_VS_PROTO_TCP all=y
@@ -102,7 +189,7 @@
# IPVS application helper
#
IP_VS_FTP all=m
-IPV6 all=y
+IPV6 all=m
IPV6_PRIVACY all=y
IPV6_ROUTER_PREF all=y
IPV6_ROUTE_INFO all=y
@@ -728,4 +815,11 @@
KVM i386=m x86_64=m
KVM_INTEL i386=m x86_64=m
KVM_AMD i386=m x86_64=m
+
+#
+# IP: Virtual Server Configuration
+#
+IP_VS all=m
+IP_VS_DEBUG all=n
+IP_VS_TAB_BITS all=12
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-desktop.conf?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list