import of ftp.dlink.com/GPL/DSMG-600_reB/ppclinux.tar.gz
[linux-2.4.21-pre4.git] / drivers / sgi / Config.in
1 #
2 # Character device configuration
3 #
4 mainmenu_option next_comment
5 comment 'SGI devices'
6
7 bool 'SGI Zilog85C30 serial support' CONFIG_SGI_SERIAL
8 if [ "$CONFIG_SGI_SERIAL" = "y" ]; then
9    bool '  Support for console on serial port' CONFIG_SERIAL_CONSOLE
10 fi
11 bool 'SGI DS1286  RTC support' CONFIG_SGI_DS1286
12
13 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
14    tristate 'SGI Newport Graphics support (EXPERIMENTAL)' CONFIG_SGI_NEWPORT_GFX
15 fi
16
17 endmenu