diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2006-10-09 16:22:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-09 17:54:45 -0400 |
commit | da96d0b58adddf3bdeaa9644ac74f0dcc9039407 (patch) | |
tree | 47fe66ac09941370dfcc157ef3525f63c9212f06 /drivers/input/keyboard | |
parent | 6fb8296aa1681e74b2aa3c59169d9014e6a0dfc3 (diff) |
[PATCH] m68k/HP300: Enable HIL configuration options
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>
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 679bde34d247..81a333f73010 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -166,7 +166,7 @@ config KEYBOARD_AMIGA | |||
166 | 166 | ||
167 | config KEYBOARD_HIL_OLD | 167 | config KEYBOARD_HIL_OLD |
168 | tristate "HP HIL keyboard support (simple driver)" | 168 | tristate "HP HIL keyboard support (simple driver)" |
169 | depends on GSC | 169 | depends on GSC || HP300 |
170 | default y | 170 | default y |
171 | help | 171 | help |
172 | The "Human Interface Loop" is a older, 8-channel USB-like | 172 | The "Human Interface Loop" is a older, 8-channel USB-like |
@@ -183,7 +183,7 @@ config KEYBOARD_HIL_OLD | |||
183 | 183 | ||
184 | config KEYBOARD_HIL | 184 | config KEYBOARD_HIL |
185 | tristate "HP HIL keyboard support" | 185 | tristate "HP HIL keyboard support" |
186 | depends on GSC | 186 | depends on GSC || HP300 |
187 | default y | 187 | default y |
188 | select HP_SDC | 188 | select HP_SDC |
189 | select HIL_MLC | 189 | select HIL_MLC |