special usb hub handling, IDE disks, and retries all over the place
[linux-2.4.git] / drivers / sbus / char / Config.in
1 mainmenu_option next_comment
2 comment 'Misc Linux/SPARC drivers'
3 tristate '/dev/openprom device support' CONFIG_SUN_OPENPROMIO
4 tristate 'Mostek real time clock support' CONFIG_SUN_MOSTEK_RTC
5 if [ "$CONFIG_SPARC64" = "y" ]; then
6    if [ "$CONFIG_PCI" = "y" ]; then
7       tristate 'Siemens SAB82532 serial support' CONFIG_SAB82532
8    fi
9    tristate 'OBP Flash Device support' CONFIG_OBP_FLASH
10 fi
11
12 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
13    tristate 'Bidirectional parallel port support (OBSOLETE)' CONFIG_SUN_BPP
14    tristate 'Videopix Frame Grabber (EXPERIMENTAL)' CONFIG_SUN_VIDEOPIX
15    tristate 'Aurora Multiboard 1600se (EXPERIMENTAL)' CONFIG_SUN_AURORA
16
17    if [ "$CONFIG_SPARC32" = "y" ]; then
18       tristate 'Tadpole TS102 Microcontroller support (EXPERIMENTAL)' CONFIG_TADPOLE_TS102_UCTRL
19
20       tristate 'JavaStation OS Flash SIMM (EXPERIMENTAL)' CONFIG_SUN_JSFLASH
21       # XXX Why don't we do "source drivers/char/Config.in" somewhere?
22       if [ "$CONFIG_PCI" = "y" ]; then
23          define_bool CONFIG_APM_RTC_IS_GMT y            # no shit
24          bool 'PC-style RTC' CONFIG_RTC
25       fi
26    fi
27 fi
28 endmenu