summaryrefslogtreecommitdiffstats
path: root/drivers/sgi/Config.in
blob: 73f418084db9b5ff02773cf1fdd7b084b4fdada8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Character device configuration
#
mainmenu_option next_comment
comment 'SGI devices'

bool 'SGI Zilog85C30 serial support' CONFIG_SGI_SERIAL
if [ "$CONFIG_SGI_SERIAL" != "n" ]; then
  define_bool CONFIG_SERIAL y
fi

bool 'SGI DS1286  RTC support' CONFIG_SGI_DS1286

if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then  
  tristate 'SGI HAL2 Audio support' CONFIG_SGI_HAL2
  tristate 'SGI Newport Graphics support' CONFIG_SGI_NEWPORT_GFX
  tristate 'SGI Newport Console support' CONFIG_SGI_NEWPORT_CONSOLE
fi

endmenu