[arch-commits] Commit in linux/trunk (config.3.10 config.x86_64.3.10)
Tobias Powalowski
tpowa at nymeria.archlinux.org
Mon Jun 17 14:50:12 UTC 2013
Date: Monday, June 17, 2013 @ 16:50:12
Author: tpowa
Revision: 188662
serio cannot be a module on x86
Modified:
linux/trunk/config.3.10
linux/trunk/config.x86_64.3.10
--------------------+
config.3.10 | 2 +-
config.x86_64.3.10 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: config.3.10
===================================================================
--- config.3.10 2013-06-17 14:37:25 UTC (rev 188661)
+++ config.3.10 2013-06-17 14:50:12 UTC (rev 188662)
@@ -2986,7 +2986,7 @@
# Hardware I/O ports
#
CONFIG_SERIO=y
-CONFIG_SERIO_I8042=m
+CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PARKBD=m
Modified: config.x86_64.3.10
===================================================================
--- config.x86_64.3.10 2013-06-17 14:37:25 UTC (rev 188661)
+++ config.x86_64.3.10 2013-06-17 14:50:12 UTC (rev 188662)
@@ -2876,7 +2876,7 @@
# Hardware I/O ports
#
CONFIG_SERIO=y
-CONFIG_SERIO_I8042=m
+CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PARKBD=m
More information about the arch-commits
mailing list