Log message:
Enable HIL configuration options on HP300
Modified files:
linux/drivers/input/keyboard:
Kconfig
linux/drivers/input/misc:
Kconfig
linux/drivers/input/mouse:
Kconfig
linux/drivers/input/serio:
Kconfig
Index: linux/drivers/input/keyboard/Kconfig
Stats: 4 modifications
http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/drivers/input/keyboard/Kconfig.diff?r1=1.1.1.12&r2=1.2
========================================================================
--- Kconfig 18 Jun 2005 16:15:57 -0000 1.1.1.12
+++ Kconfig 29 Aug 2005 19:17:44 -0000 1.2
@@ -154,7 +154,7 @@
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
@@ -171,7 +171,7 @@
config KEYBOARD_HIL
tristate "HP HIL keyboard support"
- depends on GSC
+ depends on GSC || HP300
default y
select HP_SDC
select HIL_MLC
Index: linux/drivers/input/misc/Kconfig
Stats: 2 modifications
http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/drivers/input/misc/Kconfig.diff?r1=1.1.1.12&r2=1.2
========================================================================
--- Kconfig 18 Jun 2005 16:15:58 -0000 1.1.1.12
+++ Kconfig 29 Aug 2005 19:17:44 -0000 1.2
@@ -51,7 +51,7 @@
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: linux/drivers/input/mouse/Kconfig
Stats: 2 modifications
http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/drivers/input/mouse/Kconfig.diff?r1=1.1.1.18&r2=1.2
========================================================================
--- Kconfig 18 Jun 2005 16:15:58 -0000 1.1.1.18
+++ Kconfig 29 Aug 2005 19:17:44 -0000 1.2
@@ -129,7 +129,7 @@
config MOUSE_HIL
tristate "HIL pointers (mice etc)."
- depends on GSC
+ depends on GSC || HP300
select HP_SDC
select HIL_MLC
help
Index: linux/drivers/input/serio/Kconfig
Stats: 2 modifications
http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/drivers/input/serio/Kconfig.diff?r1=1.1.1.17&r2=1.5
========================================================================
--- Kconfig 29 Aug 2005 14:19:56 -0000 1.1.1.17
+++ Kconfig 29 Aug 2005 19:17:45 -0000 1.5
@@ -112,7 +112,7 @@
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 supports for the the "System Device
-
To unsubscribe from this list: send the line "unsubscribe linux-m68k-cvscommit"
in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html