[kernel] r10792 - in dists/trunk/linux-2.6/debian: . config/i386
Maximilian Attems
maks at alioth.debian.org
Tue Mar 11 14:48:58 UTC 2008
Author: maks
Date: Tue Mar 11 14:48:57 2008
New Revision: 10792
Log:
i386: enable CRYPTO_SALSA20_586
Salsa20 stream cipher algorithm (i586)
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/i386/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Tue Mar 11 14:48:57 2008
@@ -34,7 +34,7 @@
* [SECURITY]: Set DEFAULT_MMAP_MIN_ADDR to 65536 enabling low address space
protection from user allocation - /proc/sys/vm/mmap_min_addr tunable.
* [sparc]: Enable SCSI_SCAN_ASYNC.
- * [i386]: Enable TC1100_WMI, SND_SIS7019.
+ * [i386]: Enable TC1100_WMI, SND_SIS7019, CRYPTO_SALSA20_586.
[ Martin Michlmayr ]
* [arm/armel] Add a kernel for Orion based devices, such as the QNAP
Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config (original)
+++ dists/trunk/linux-2.6/debian/config/i386/config Tue Mar 11 14:48:57 2008
@@ -1384,6 +1384,7 @@
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_CRYPTO_AES_586=m
+CONFIG_CRYPTO_SALSA20_586=m
CONFIG_CRC_CCITT=m
CONFIG_CRC32=y
CONFIG_REED_SOLOMON=m
More information about the Kernel-svn-changes
mailing list