[kernel] r11576 - in dists/trunk/linux-2.6/debian: . config/i386
Maximilian Attems
maks at alioth.debian.org
Sun Jun 8 00:22:26 UTC 2008
Author: maks
Date: Sun Jun 8 00:22:25 2008
New Revision: 11576
Log:
486: enable OLPC support thanks Andres Salomon for merge.
drive olpc by debian default.
again everyone wants his favorite fb default build in.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/i386/config.486
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Sun Jun 8 00:22:25 2008
@@ -34,6 +34,8 @@
* iwl3945: Add monitor mode patch. (closes: #482387)
* [ppc64]: Enable IBMEBUS and EHEA. (closes: #484888)
* topconfig: Enable PROFILING across all flavours. (closes: #484885)
+ * 486: enable OLPC support thanks Andres Salomon for merge.
+ Kconfig variable patch by Robert Millan (closes: #485063).
[ Martin Michlmayr ]
* [arm/orion5x] Update the config to reflect upstream renaming this
Modified: dists/trunk/linux-2.6/debian/config/i386/config.486
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config.486 (original)
+++ dists/trunk/linux-2.6/debian/config/i386/config.486 Sun Jun 8 00:22:25 2008
@@ -12,6 +12,9 @@
CONFIG_MATH_EMULATION=y
CONFIG_EISA=y
CONFIG_MCA=y
+CONFIG_OLPC=y
+CONFIG_PCI_OLPC=y
+
##
## file: arch/x86/Kconfig.cpu
@@ -118,6 +121,10 @@
CONFIG_SCSI_NCR53C8XX_SYNC=5
CONFIG_SCSI_SIM710=m
+## file: drivers/video/geode/Kconfig
+##
+CONFIG_FB_GEODE_LX=y
+
##
## file: init/Kconfig
##
More information about the Kernel-svn-changes
mailing list