File: Config.in

package info (click to toggle)
kernel-image-2.4.17-hppa 32.4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 156,356 kB
  • ctags: 442,585
  • sloc: ansic: 2,542,442; asm: 144,771; makefile: 8,468; sh: 3,097; perl: 2,578; yacc: 1,177; tcl: 577; lex: 352; awk: 251; lisp: 218; sed: 72
file content (28 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
mainmenu_option next_comment
comment 'Misc Linux/SPARC drivers'
tristate '/dev/openprom device support' CONFIG_SUN_OPENPROMIO
tristate 'Mostek real time clock support' CONFIG_SUN_MOSTEK_RTC
if [ "$ARCH" = "sparc64" ]; then
   if [ "$CONFIG_PCI" = "y" ]; then
      tristate 'Siemens SAB82532 serial support' CONFIG_SAB82532
   fi
   tristate 'OBP Flash Device support' CONFIG_OBP_FLASH
fi

if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
   tristate 'Bidirectional parallel port support (OBSOLETE)' CONFIG_SUN_BPP
   tristate 'Videopix Frame Grabber (EXPERIMENTAL)' CONFIG_SUN_VIDEOPIX
   tristate 'Aurora Multiboard 1600se (EXPERIMENTAL)' CONFIG_SUN_AURORA

   if [ "$ARCH" = "sparc" ]; then
      tristate 'Tadpole TS102 Microcontroller support (EXPERIMENTAL)' CONFIG_TADPOLE_TS102_UCTRL

      tristate 'JavaStation OS Flash SIMM (EXPERIMENTAL)' CONFIG_SUN_JSFLASH
      # XXX Why don't we do "source drivers/char/Config.in" somewhere?
      if [ "$CONFIG_PCI" = "y" ]; then
	 define_bool CONFIG_APM_RTC_IS_GMT y		# no shit
	 bool 'PC-style RTC' CONFIG_RTC
      fi
   fi
fi
endmenu