Kconfig 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. menu "Misc Linux/SPARC drivers"
  2. config SUN_OPENPROMIO
  3. tristate "/dev/openprom device support"
  4. help
  5. This driver provides user programs with an interface to the SPARC
  6. PROM device tree. The driver implements a SunOS-compatible
  7. interface and a NetBSD-compatible interface.
  8. To compile this driver as a module, choose M here: the
  9. module will be called openprom.
  10. If unsure, say Y.
  11. config SUN_MOSTEK_RTC
  12. tristate "Mostek real time clock support"
  13. help
  14. The Mostek RTC chip is used on all known Sun computers except
  15. some JavaStations. For a JavaStation you need to say Y both here
  16. and to "Enhanced Real Time Clock Support".
  17. Say Y here unless you are building a special purpose kernel.
  18. config OBP_FLASH
  19. tristate "OBP Flash Device support"
  20. depends on SPARC64
  21. help
  22. The OpenBoot PROM on Ultra systems is flashable. If you want to be
  23. able to upgrade the OBP firmware, say Y here.
  24. config SUN_BPP
  25. tristate "Bidirectional parallel port support (OBSOLETE)"
  26. depends on EXPERIMENTAL
  27. help
  28. Say Y here to support Sun's obsolete variant of IEEE1284
  29. bidirectional parallel port protocol as /dev/bppX. Can be built on
  30. x86 machines.
  31. config SUN_VIDEOPIX
  32. tristate "Videopix Frame Grabber (EXPERIMENTAL)"
  33. depends on EXPERIMENTAL && (BROKEN || !64BIT)
  34. help
  35. Say Y here to support the Videopix Frame Grabber from Sun
  36. Microsystems, commonly found on SPARCstations. This card, which is
  37. based on the Phillips SAA9051, can handle NTSC and PAL/SECAM and
  38. SVIDEO signals.
  39. config SUN_AURORA
  40. tristate "Aurora Multiboard 1600se (EXPERIMENTAL)"
  41. depends on EXPERIMENTAL && BROKEN
  42. help
  43. The Aurora Multiboard is a multi-port high-speed serial controller.
  44. If you have one of these, say Y.
  45. config TADPOLE_TS102_UCTRL
  46. tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
  47. depends on EXPERIMENTAL && SPARC32
  48. help
  49. Say Y here to directly support the TS102 Microcontroller interface
  50. on the Tadpole Sparcbook 3. This device handles power-management
  51. events, and can also notice the attachment/detachment of external
  52. monitors and mice.
  53. config SUN_JSFLASH
  54. tristate "JavaStation OS Flash SIMM (EXPERIMENTAL)"
  55. depends on EXPERIMENTAL && SPARC32
  56. help
  57. If you say Y here, you will be able to boot from your JavaStation's
  58. Flash memory.
  59. config BBC_I2C
  60. tristate "UltraSPARC-III bootbus i2c controller driver"
  61. depends on PCI && SPARC64
  62. help
  63. The BBC devices on the UltraSPARC III have two I2C controllers. The
  64. first I2C controller connects mainly to configuration PROMs (NVRAM,
  65. CPU configuration, DIMM types, etc.). The second I2C controller
  66. connects to environmental control devices such as fans and
  67. temperature sensors. The second controller also connects to the
  68. smartcard reader, if present. Say Y to enable support for these.
  69. config ENVCTRL
  70. tristate "SUNW, envctrl support"
  71. depends on PCI && SPARC64
  72. help
  73. Kernel support for temperature and fan monitoring on Sun SME
  74. machines.
  75. To compile this driver as a module, choose M here: the
  76. module will be called envctrl.
  77. config DISPLAY7SEG
  78. tristate "7-Segment Display support"
  79. depends on PCI && SPARC64
  80. ---help---
  81. This is the driver for the 7-segment display and LED present on
  82. Sun Microsystems CompactPCI models CP1400 and CP1500.
  83. To compile this driver as a module, choose M here: the
  84. module will be called display7seg.
  85. If you do not have a CompactPCI model CP1400 or CP1500, or
  86. another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
  87. you should say N to this option.
  88. endmenu