[PATCH] m68k/HP300: Enable HIL configuration options
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 9 Oct 2006 20:22:37 +0000 (22:22 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Oct 2006 21:54:45 +0000 (14:54 -0700)
Enable HIL configuration options on HP300

Signed-off-by: Kars de Jong <jongk@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/input/keyboard/Kconfig
drivers/input/misc/Kconfig
drivers/input/mouse/Kconfig
drivers/input/serio/Kconfig

index 679bde34d2478f058330711322ca03c7bf51b6ba..81a333f7301052590c0c82b94b41dcd3939a0b7c 100644 (file)
@@ -166,7 +166,7 @@ config KEYBOARD_AMIGA
 
 config KEYBOARD_HIL_OLD
        tristate "HP HIL keyboard support (simple driver)"
-       depends on GSC
+       depends on GSC || HP300
        default y
        help
          The "Human Interface Loop" is a older, 8-channel USB-like
@@ -183,7 +183,7 @@ config KEYBOARD_HIL_OLD
 
 config KEYBOARD_HIL
        tristate "HP HIL keyboard support"
-       depends on GSC
+       depends on GSC || HP300
        default y
        select HP_SDC
        select HIL_MLC
index a6dfc74557339c46e13d6cac040443c63ccec68d..ba0e88c64e1ef93befa1c6e0f4483845cb88ebb2 100644 (file)
@@ -73,7 +73,7 @@ config INPUT_UINPUT
 
 config HP_SDC_RTC
        tristate "HP SDC Real Time Clock"       
-       depends on GSC
+       depends on GSC || HP300
        select HP_SDC
        help
          Say Y here if you want to support the built-in real time clock
index f15ccf781688dd7973c5fd16a422bb31c5c28af1..35d998c3e578a7194900c7e76567781ef32103b9 100644 (file)
@@ -119,7 +119,7 @@ config MOUSE_VSXXXAA
 
 config MOUSE_HIL
        tristate "HIL pointers (mice etc)."     
-       depends on GSC
+       depends on GSC || HP300
        select HP_SDC
        select HIL_MLC
        help
index 8cdbfeca5903e84b6cf82b0ad54a036a83efd920..adef447f23ea601fd4bb61d1b7935b61b1c7ee75 100644 (file)
@@ -112,7 +112,7 @@ config SERIO_GSCPS2
 
 config HP_SDC
        tristate "HP System Device Controller i8042 Support"
-       depends on GSC && SERIO
+       depends on (GSC || HP300) && SERIO
        default y
        ---help---
          This option enables support for the "System Device
This page took 0.034354 seconds and 5 git commands to generate.