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' CONFIG_SGI_NEWPORT_GFX
15 fi
16
17 endmenu
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.