Kconfig 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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 TADPOLE_TS102_UCTRL
  40. tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
  41. depends on EXPERIMENTAL && SPARC32
  42. help
  43. Say Y here to directly support the TS102 Microcontroller interface
  44. on the Tadpole Sparcbook 3. This device handles power-management
  45. events, and can also notice the attachment/detachment of external
  46. monitors and mice.
  47. config SUN_JSFLASH
  48. tristate "JavaStation OS Flash SIMM (EXPERIMENTAL)"
  49. depends on EXPERIMENTAL && SPARC32
  50. help
  51. If you say Y here, you will be able to boot from your JavaStation's
  52. Flash memory.
  53. config BBC_I2C
  54. tristate "UltraSPARC-III bootbus i2c controller driver"
  55. depends on PCI && SPARC64
  56. help
  57. The BBC devices on the UltraSPARC III have two I2C controllers. The
  58. first I2C controller connects mainly to configuration PROMs (NVRAM,
  59. CPU configuration, DIMM types, etc.). The second I2C controller
  60. connects to environmental control devices such as fans and
  61. temperature sensors. The second controller also connects to the
  62. smartcard reader, if present. Say Y to enable support for these.
  63. config ENVCTRL
  64. tristate "SUNW, envctrl support"
  65. depends on PCI && SPARC64
  66. help
  67. Kernel support for temperature and fan monitoring on Sun SME
  68. machines.
  69. To compile this driver as a module, choose M here: the
  70. module will be called envctrl.
  71. config DISPLAY7SEG
  72. tristate "7-Segment Display support"
  73. depends on PCI && SPARC64
  74. ---help---
  75. This is the driver for the 7-segment display and LED present on
  76. Sun Microsystems CompactPCI models CP1400 and CP1500.
  77. To compile this driver as a module, choose M here: the
  78. module will be called display7seg.
  79. If you do not have a CompactPCI model CP1400 or CP1500, or
  80. another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
  81. you should say N to this option.
  82. endmenu