OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [armnommu/] [drivers/] [net/] [Config.in] - Rev 1622

Go to most recent revision | Compare with Previous | Blame | View Log

#
# Network device configuration
#
tristate 'Dummy net driver support' CONFIG_DUMMY
tristate 'EQL (serial line load balancing) support' CONFIG_EQUALIZER
tristate 'PPP (point-to-point) support' CONFIG_PPP
if [ ! "$CONFIG_PPP" = "n" ]; then
  comment 'CCP compressors for PPP are only built as modules.'
fi
tristate 'SLIP (serial line) support' CONFIG_SLIP
if [ ! "$CONFIG_SLIP" = "n" ]; then
  bool '   CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
  bool '   Keepalive and linefill' CONFIG_SLIP_SMART
  bool '   Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
fi
#tristate 'PLIP (parallel port) support' CONFIG_PLIP
#
#       Ethernet
#
if [ "$CONFIG_ARCH_EBSA110" != "y" ]; then
  tristate 'Ether1 (82586) support' CONFIG_ETHER1
  tristate 'Ether3 (NQ8005) support' CONFIG_ETHER3
  tristate 'EtherC (CS89x0) support' CONFIG_ETHERC
  tristate 'EtherH (NS8390) support' CONFIG_ETHERH
else
  tristate 'AM79C961A support' CONFIG_AM79C961A
fi

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.