diff options
Diffstat (limited to 'arch/sparc64/config.in')
-rw-r--r-- | arch/sparc64/config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sparc64/config.in b/arch/sparc64/config.in index bee2a5574..47c6a5afd 100644 --- a/arch/sparc64/config.in +++ b/arch/sparc64/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.95 2000/02/10 02:51:12 davem Exp $ +# $Id: config.in,v 1.99 2000/02/27 19:34:17 davem Exp $ # For a description of the syntax of this configuration file, # see the Configure script. # @@ -112,6 +112,7 @@ if [ "$CONFIG_PCI" = "y" ]; then define_bool CONFIG_IDEDMA_NEW_DRIVE_LISTINGS y define_bool CONFIG_BLK_DEV_NS87415 y define_bool CONFIG_BLK_DEV_CMD64X y + define_bool CONFIG_BLK_DEV_IDE_MODES y fi fi @@ -200,6 +201,7 @@ if [ "$CONFIG_NET" = "y" ]; then bool 'Network device support' CONFIG_NETDEVICES if [ "$CONFIG_NETDEVICES" = "y" ]; then tristate ' Dummy net driver support' CONFIG_DUMMY + tristate ' Bonding driver support' CONFIG_BONDING tristate ' PPP (point-to-point) support' CONFIG_PPP if [ ! "$CONFIG_PPP" = "n" ]; then dep_tristate ' PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP |