more config changes;
statically compile KBD, and add PIIX driver (qemu)
Andres Salomon
dilinger at debian.org
Tue Nov 7 22:38:33 EST 2006
Commit: 6925ff0ebaa1bb395f6af5ce0089efa23dc2013d
Parent: d3aeec2d17677290631fed5ac9bb5bb553d3a9e1
commit 6925ff0ebaa1bb395f6af5ce0089efa23dc2013d
Author: Andres Salomon <dilinger at debian.org>
AuthorDate: Fri Nov 3 18:24:56 2006 -0500
Commit: Andres Salomon <dilinger at debian.org>
CommitDate: Fri Nov 3 18:24:56 2006 -0500
more config changes; statically compile KBD, and add PIIX driver (qemu)
---
.config | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.config b/.config
index e0f8af0..d85dc9a 100644
--- a/.config
+++ b/.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.19-rc2
-# Fri Nov 3 14:03:44 2006
+# Fri Nov 3 17:32:13 2006
#
CONFIG_X86_32=y
CONFIG_GENERIC_TIME=y
@@ -796,7 +796,7 @@ # CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
-CONFIG_BLK_DEV_GENERIC=m
+# CONFIG_BLK_DEV_GENERIC is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
@@ -817,7 +817,7 @@ # CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_JMICRON is not set
# CONFIG_BLK_DEV_SC1200 is not set
-# CONFIG_BLK_DEV_PIIX is not set
+CONFIG_BLK_DEV_PIIX=m
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
@@ -1123,7 +1123,7 @@ #
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
-CONFIG_KEYBOARD_ATKBD=m
+CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
@@ -1144,7 +1144,7 @@ #
# Hardware I/O ports
#
CONFIG_SERIO=y
-CONFIG_SERIO_I8042=m
+CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
More information about the Commits-kernel
mailing list