diff options
author | Harald Koerfgen <hkoerfg@web.de> | 2000-03-12 10:07:55 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 2000-03-12 10:07:55 +0000 |
commit | 466a823d79f41d0713b272e48fd73e494b0588e0 (patch) | |
tree | 2b6584b11aef8b76d51b21542342eb869c24f616 /arch/mips/config.in | |
parent | 6da2888d69761adcc2786234b103e12a7e3b8fc5 (diff) |
Enable RTC driver for DECstations
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index b6551a29e..189a2126b 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.41 2000/02/23 00:41:00 ralf Exp $ +# $Id: config.in,v 1.42 2000/02/24 00:12:40 ralf Exp $ # For a description of the syntax of this configuration file, # see the Configure script. # @@ -266,7 +266,7 @@ else fi bool 'Keyboard Support' CONFIG_KEYBOARD bool 'Mouse Support' CONFIG_MOUSE -# bool 'Enhanced Real Time Clock Support' CONFIG_RTC + bool 'Enhanced Real Time Clock Support' CONFIG_RTC endmenu fi |