Kconfig 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. depends on SPARC32
  14. help
  15. The Mostek RTC chip is used on all known Sun computers except
  16. some JavaStations. For a JavaStation you need to say Y both here
  17. and to "Enhanced Real Time Clock Support".
  18. Say Y here unless you are building a special purpose kernel.
  19. config OBP_FLASH
  20. tristate "OBP Flash Device support"
  21. depends on SPARC64
  22. help
  23. The OpenBoot PROM on Ultra systems is flashable. If you want to be
  24. able to upgrade the OBP firmware, say Y here.
  25. config SUN_VIDEOPIX
  26. tristate "Videopix Frame Grabber (EXPERIMENTAL)"
  27. depends on EXPERIMENTAL && (BROKEN || !64BIT)
  28. help
  29. Say Y here to support the Videopix Frame Grabber from Sun
  30. Microsystems, commonly found on SPARCstations. This card, which is
  31. based on the Phillips SAA9051, can handle NTSC and PAL/SECAM and
  32. SVIDEO signals.
  33. config TADPOLE_TS102_UCTRL
  34. tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
  35. depends on EXPERIMENTAL && SPARC32
  36. help
  37. Say Y here to directly support the TS102 Microcontroller interface
  38. on the Tadpole Sparcbook 3. This device handles power-management
  39. events, and can also notice the attachment/detachment of external
  40. monitors and mice.
  41. config SUN_JSFLASH
  42. tristate "JavaStation OS Flash SIMM (EXPERIMENTAL)"
  43. depends on EXPERIMENTAL && SPARC32
  44. help
  45. If you say Y here, you will be able to boot from your JavaStation's
  46. Flash memory.
  47. config BBC_I2C
  48. tristate "UltraSPARC-III bootbus i2c controller driver"
  49. depends on PCI && SPARC64
  50. help
  51. The BBC devices on the UltraSPARC III have two I2C controllers. The
  52. first I2C controller connects mainly to configuration PROMs (NVRAM,
  53. CPU configuration, DIMM types, etc.). The second I2C controller
  54. connects to environmental control devices such as fans and
  55. temperature sensors. The second controller also connects to the
  56. smartcard reader, if present. Say Y to enable support for these.
  57. config ENVCTRL
  58. tristate "SUNW, envctrl support"
  59. depends on PCI && SPARC64
  60. help
  61. Kernel support for temperature and fan monitoring on Sun SME
  62. machines.
  63. To compile this driver as a module, choose M here: the
  64. module will be called envctrl.
  65. config DISPLAY7SEG
  66. tristate "7-Segment Display support"
  67. depends on PCI && SPARC64
  68. ---help---
  69. This is the driver for the 7-segment display and LED present on
  70. Sun Microsystems CompactPCI models CP1400 and CP1500.
  71. To compile this driver as a module, choose M here: the
  72. module will be called display7seg.
  73. If you do not have a CompactPCI model CP1400 or CP1500, or
  74. another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
  75. you should say N to this option.
  76. endmenu