Commit da96d0b5 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] m68k/HP300: Enable HIL configuration options

Enable HIL configuration options on HP300
Signed-off-by: default avatarKars de Jong <jongk@linux-m68k.org>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6fb8296a
...@@ -166,7 +166,7 @@ config KEYBOARD_AMIGA ...@@ -166,7 +166,7 @@ config KEYBOARD_AMIGA
config KEYBOARD_HIL_OLD config KEYBOARD_HIL_OLD
tristate "HP HIL keyboard support (simple driver)" tristate "HP HIL keyboard support (simple driver)"
depends on GSC depends on GSC || HP300
default y default y
help help
The "Human Interface Loop" is a older, 8-channel USB-like The "Human Interface Loop" is a older, 8-channel USB-like
...@@ -183,7 +183,7 @@ config KEYBOARD_HIL_OLD ...@@ -183,7 +183,7 @@ config KEYBOARD_HIL_OLD
config KEYBOARD_HIL config KEYBOARD_HIL
tristate "HP HIL keyboard support" tristate "HP HIL keyboard support"
depends on GSC depends on GSC || HP300
default y default y
select HP_SDC select HP_SDC
select HIL_MLC select HIL_MLC
......
...@@ -73,7 +73,7 @@ config INPUT_UINPUT ...@@ -73,7 +73,7 @@ config INPUT_UINPUT
config HP_SDC_RTC config HP_SDC_RTC
tristate "HP SDC Real Time Clock" tristate "HP SDC Real Time Clock"
depends on GSC depends on GSC || HP300
select HP_SDC select HP_SDC
help help
Say Y here if you want to support the built-in real time clock Say Y here if you want to support the built-in real time clock
......
...@@ -119,7 +119,7 @@ config MOUSE_VSXXXAA ...@@ -119,7 +119,7 @@ config MOUSE_VSXXXAA
config MOUSE_HIL config MOUSE_HIL
tristate "HIL pointers (mice etc)." tristate "HIL pointers (mice etc)."
depends on GSC depends on GSC || HP300
select HP_SDC select HP_SDC
select HIL_MLC select HIL_MLC
help help
......
...@@ -112,7 +112,7 @@ config SERIO_GSCPS2 ...@@ -112,7 +112,7 @@ config SERIO_GSCPS2
config HP_SDC config HP_SDC
tristate "HP System Device Controller i8042 Support" tristate "HP System Device Controller i8042 Support"
depends on GSC && SERIO depends on (GSC || HP300) && SERIO
default y default y
---help--- ---help---
This option enables support for the "System Device This option enables support for the "System Device
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment