diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2006-10-10 00:22:37 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-10 01:54:45 +0400 |
commit | da96d0b58adddf3bdeaa9644ac74f0dcc9039407 (patch) | |
tree | 47fe66ac09941370dfcc157ef3525f63c9212f06 /drivers/input/serio/Kconfig | |
parent | 6fb8296aa1681e74b2aa3c59169d9014e6a0dfc3 (diff) | |
download | linux-da96d0b58adddf3bdeaa9644ac74f0dcc9039407.tar.xz |
[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/serio/Kconfig')
-rw-r--r-- | drivers/input/serio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index 8cdbfeca5903..adef447f23ea 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig @@ -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 |