build evdev, serio, serport, and libps2 statically

Andres Salomon dilinger at debian.org
Tue Nov 7 22:38:28 EST 2006


Commit:     dc931003c46f4d9185d1c85359a8a246a97b55fa
Parent:     2e3d49fc9d15ce2635102554de0b7bbac806322f
commit dc931003c46f4d9185d1c85359a8a246a97b55fa
Author:     Andres Salomon <dilinger at debian.org>
AuthorDate: Sat Oct 28 07:21:07 2006 -0400
Commit:     Andres Salomon <dilinger at debian.org>
CommitDate: Sat Oct 28 07:21:07 2006 -0400

    build evdev, serio, serport, and libps2 statically
    
    We're not working on this stuff, so there's no reason not to.
---
 .config |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.config b/.config
index a4f4f95..97ac44d 100644
--- a/.config
+++ b/.config
@@ -970,7 +970,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
 CONFIG_INPUT_JOYDEV=m
 # CONFIG_INPUT_TSDEV is not set
-CONFIG_INPUT_EVDEV=m
+CONFIG_INPUT_EVDEV=y
 # CONFIG_INPUT_EVBUG is not set
 
 #
@@ -997,12 +997,12 @@ CONFIG_INPUT_UINPUT=m
 #
 # Hardware I/O ports
 #
-CONFIG_SERIO=m
+CONFIG_SERIO=y
 CONFIG_SERIO_I8042=m
-CONFIG_SERIO_SERPORT=m
+CONFIG_SERIO_SERPORT=y
 # CONFIG_SERIO_CT82C710 is not set
 # CONFIG_SERIO_PCIPS2 is not set
-CONFIG_SERIO_LIBPS2=m
+CONFIG_SERIO_LIBPS2=y
 CONFIG_SERIO_RAW=m
 # CONFIG_GAMEPORT is not set
 


More information about the Commits-kernel mailing list