diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
commit | db7d4daea91e105e3859cf461d7e53b9b77454b2 (patch) | |
tree | 9bb65b95440af09e8aca63abe56970dd3360cc57 /arch/sparc/config.in | |
parent | 9c1c01ead627bdda9211c9abd5b758d6c687d8ac (diff) |
Merge with Linux 2.2.8.
Diffstat (limited to 'arch/sparc/config.in')
-rw-r--r-- | arch/sparc/config.in | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/arch/sparc/config.in b/arch/sparc/config.in index 6220b2085..1fc89b977 100644 --- a/arch/sparc/config.in +++ b/arch/sparc/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.63 1998/09/21 05:05:56 jj Exp $ +# $Id: config.in,v 1.68 1999/03/14 03:12:42 anton Exp $ # For a description of the syntax of this configuration file, # see the Configure script. # @@ -25,7 +25,7 @@ define_bool CONFIG_VT y define_bool CONFIG_VT_CONSOLE y bool 'Support for AP1000 multicomputer' CONFIG_AP1000 -bool 'Symmetric multi-processing support' CONFIG_SMP +bool 'Symmetric multi-processing support (does not work on sun4/sun4c)' CONFIG_SMP if [ "$CONFIG_AP1000" = "y" ]; then define_bool CONFIG_NO_KEYBOARD y @@ -165,6 +165,9 @@ if [ "$CONFIG_NET" = "y" ]; then fi tristate 'Sun LANCE support' CONFIG_SUNLANCE tristate 'Sun Happy Meal 10/100baseT support' CONFIG_HAPPYMEAL + if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then + tristate 'Sun BigMAC 10/100baseT support' CONFIG_SUNBMAC + fi tristate 'Sun QuadEthernet support' CONFIG_SUNQE tristate 'MyriCOM Gigabit Ethernet support' CONFIG_MYRI_SBUS # bool 'FDDI driver support' CONFIG_FDDI @@ -174,6 +177,15 @@ if [ "$CONFIG_NET" = "y" ]; then endmenu fi +# This one must be before the filesystem configs. -DaveM +mainmenu_option next_comment +comment 'Unix98 PTY support' +bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS +if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then + int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256 +fi +endmenu + source fs/Config.in mainmenu_option next_comment |