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/misc | |
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/misc')
-rw-r--r-- | drivers/input/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index a6dfc7455733..ba0e88c64e1e 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -73,7 +73,7 @@ config INPUT_UINPUT | |||
73 | 73 | ||
74 | config HP_SDC_RTC | 74 | config HP_SDC_RTC |
75 | tristate "HP SDC Real Time Clock" | 75 | tristate "HP SDC Real Time Clock" |
76 | depends on GSC | 76 | depends on GSC || HP300 |
77 | select HP_SDC | 77 | select HP_SDC |
78 | help | 78 | help |
79 | Say Y here if you want to support the built-in real time clock | 79 | Say Y here if you want to support the built-in real time clock |