diff options
Diffstat (limited to 'arch/sparc64/config.in')
-rw-r--r-- | arch/sparc64/config.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/sparc64/config.in b/arch/sparc64/config.in index 0e3b9525b..4c53b12a1 100644 --- a/arch/sparc64/config.in +++ b/arch/sparc64/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.108 2000/04/18 05:20:45 davem Exp $ +# $Id: config.in,v 1.109 2000/05/02 06:35:59 davem Exp $ # For a description of the syntax of this configuration file, # see the Configure script. # @@ -255,9 +255,10 @@ if [ "$CONFIG_NET" = "y" ]; then tristate 'MyriCOM Gigabit Ethernet support' CONFIG_MYRI_SBUS endmenu -# bool ' FDDI driver support' CONFIG_FDDI -# if [ "$CONFIG_FDDI" = "y" ]; then -# fi + bool 'FDDI driver support' CONFIG_FDDI + if [ "$CONFIG_FDDI" = "y" ]; then + tristate ' SysKonnect FDDI PCI support' CONFIG_SKFP + fi if [ "$CONFIG_ATM" = "y" ]; then source drivers/atm/Config.in |