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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [drivers/] [char/] [Config.in] - Rev 1772

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

#
# Character device configuration
#
mainmenu_option next_comment
comment 'Character devices'

tristate 'Standard/generic serial support' CONFIG_SERIAL
if [ "$CONFIG_SERIAL" != "n" ]; then
        if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
                bool '  PCI serial support' CONFIG_SERIAL_PCI
        fi
fi
bool 'Digiboard PC/Xx Support' CONFIG_DIGI
tristate 'Cyclades async mux support' CONFIG_CYCLADES
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
        dep_tristate 'Multi-Tech multiport card support' CONFIG_ISI m
fi
bool 'Stallion multiport serial support' CONFIG_STALDRV
if [ "$CONFIG_STALDRV" = "y" ]; then
  tristate '  Stallion EasyIO or EC8/32 support' CONFIG_STALLION
  tristate '  Stallion EC8/64, ONboard, Brumby support' CONFIG_ISTALLION
fi
tristate 'SDL RISCom/8 card support' CONFIG_RISCOM8
tristate 'Parallel printer support' CONFIG_PRINTER
tristate 'Specialix IO8+ card support' CONFIG_SPECIALIX
if [ "$CONFIG_SPECIALIX" = "y" -o  "$CONFIG_SPECIALIX" = "m" ]; then
  bool 'Specialix DTR/RTS pin is RTS' CONFIG_SPECIALIX_RTSCTS
fi 


bool 'Mouse Support (not serial mice)' CONFIG_MOUSE
if [ "$CONFIG_MOUSE" = "y" ]; then
        tristate 'ATIXL busmouse support' CONFIG_ATIXL_BUSMOUSE
        tristate 'Logitech busmouse support' CONFIG_BUSMOUSE
        tristate 'Microsoft busmouse support' CONFIG_MS_BUSMOUSE
        tristate 'PS/2 mouse (aka "auxiliary device") support' CONFIG_PSMOUSE
        if [ "$CONFIG_PSMOUSE" != "n" ]; then
          bool 'C&T 82C710 mouse port support (as on TI Travelmate)' CONFIG_82C710_MOUSE
        fi
fi

bool 'Support for user misc device modules' CONFIG_UMISC

bool 'QIC-02 tape support' CONFIG_QIC02_TAPE
if [ "$CONFIG_QIC02_TAPE" = "y" ]; then
  bool 'Do you want runtime configuration for QIC-02' CONFIG_QIC02_DYNCONF
  if [ "$CONFIG_QIC02_DYNCONF" != "y" ]; then
    comment 'Edit configuration parameters in ./include/linux/tpqic02.h!'
  else
    comment 'Setting runtime QIC-02 configuration is done with qic02conf'
    comment 'from the tpqic02-support package.  It is available at'
    comment 'ftp://titus.cfw.com/pub/Linux/util/'
fi
fi

tristate 'Ftape (QIC-80/Travan) support' CONFIG_FTAPE
if [ "$CONFIG_FTAPE" != "n" ]; then
  comment 'Set IObase/IRQ/DMA for ftape in ./drivers/char/ftape/Makefile'
fi

if [ "$CONFIG_ALPHA_BOOK1" = "y" ]; then
  bool 'Tadpole ANA H8 Support' CONFIG_H8
fi
bool 'Watchdog Timer Support'   CONFIG_WATCHDOG
if [ "$CONFIG_WATCHDOG" != "n" ]; then
  bool '   Disable watchdog shutdown on close' CONFIG_WATCHDOG_NOWAYOUT
  tristate '   WDT Watchdog timer' CONFIG_WDT
  if [ "$CONFIG_WDT" != "n" ]; then
     bool '       WDT501 features' CONFIG_WDT_501
     if [ "$CONFIG_WDT_501" = "y" ]; then
         bool '       Fan Tachometer' CONFIG_WDT_501_FAN
     fi
  fi
  tristate '   Software Watchdog' CONFIG_SOFT_WATCHDOG
  tristate '   Berkshire Products PC Watchdog' CONFIG_PCWATCHDOG
fi
bool 'Enhanced Real Time Clock Support' CONFIG_RTC
endmenu

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.