Kconfig 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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_BPP
  26. tristate "Bidirectional parallel port support (OBSOLETE)"
  27. depends on EXPERIMENTAL
  28. help
  29. Say Y here to support Sun's obsolete variant of IEEE1284
  30. bidirectional parallel port protocol as /dev/bppX. Can be built on
  31. x86 machines.
  32. config SUN_VIDEOPIX
  33. tristate "Videopix Frame Grabber (EXPERIMENTAL)"
  34. depends on EXPERIMENTAL && (BROKEN || !64BIT)
  35. help
  36. Say Y here to support the Videopix Frame Grabber from Sun
  37. Microsystems, commonly found on SPARCstations. This card, which is
  38. based on the Phillips SAA9051, can handle NTSC and PAL/SECAM and
  39. SVIDEO signals.
  40. config TADPOLE_TS102_UCTRL
  41. tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
  42. depends on EXPERIMENTAL && SPARC32
  43. help
  44. Say Y here to directly support the TS102 Microcontroller interface
  45. on the Tadpole Sparcbook 3. This device handles power-management
  46. events, and can also notice the attachment/detachment of external
  47. monitors and mice.
  48. config SUN_JSFLASH
  49. tristate "JavaStation OS Flash SIMM (EXPERIMENTAL)"
  50. depends on EXPERIMENTAL && SPARC32
  51. help
  52. If you say Y here, you will be able to boot from your JavaStation's
  53. Flash memory.
  54. config BBC_I2C
  55. tristate "UltraSPARC-III bootbus i2c controller driver"
  56. depends on PCI && SPARC64
  57. help
  58. The BBC devices on the UltraSPARC III have two I2C controllers. The
  59. first I2C controller connects mainly to configuration PROMs (NVRAM,
  60. CPU configuration, DIMM types, etc.). The second I2C controller
  61. connects to environmental control devices such as fans and
  62. temperature sensors. The second controller also connects to the
  63. smartcard reader, if present. Say Y to enable support for these.
  64. config ENVCTRL
  65. tristate "SUNW, envctrl support"
  66. depends on PCI && SPARC64
  67. help
  68. Kernel support for temperature and fan monitoring on Sun SME
  69. machines.
  70. To compile this driver as a module, choose M here: the
  71. module will be called envctrl.
  72. config DISPLAY7SEG
  73. tristate "7-Segment Display support"
  74. depends on PCI && SPARC64
  75. ---help---
  76. This is the driver for the 7-segment display and LED present on
  77. Sun Microsystems CompactPCI models CP1400 and CP1500.
  78. To compile this driver as a module, choose M here: the
  79. module will be called display7seg.
  80. If you do not have a CompactPCI model CP1400 or CP1500, or
  81. another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
  82. you should say N to this option.
  83. endmenu