diff options
Diffstat (limited to 'arch')
-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 |