Skip to content

Commit

Permalink
[PATCH] m68k/HP300: Enable HIL configuration options
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Oct 9, 2006
1 parent 6fb8296 commit da96d0b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions drivers/input/keyboard/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/input/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/input/mouse/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/input/serio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da96d0b

Please sign in to comment.