Kconfig 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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 OBP_FLASH
  12. tristate "OBP Flash Device support"
  13. depends on SPARC64
  14. help
  15. The OpenBoot PROM on Ultra systems is flashable. If you want to be
  16. able to upgrade the OBP firmware, say Y here.
  17. config TADPOLE_TS102_UCTRL
  18. tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
  19. depends on EXPERIMENTAL
  20. help
  21. Say Y here to directly support the TS102 Microcontroller interface
  22. on the Tadpole Sparcbook 3. This device handles power-management
  23. events, and can also notice the attachment/detachment of external
  24. monitors and mice.
  25. config SUN_JSFLASH
  26. tristate "JavaStation OS Flash SIMM (EXPERIMENTAL)"
  27. depends on EXPERIMENTAL && SPARC32
  28. help
  29. If you say Y here, you will be able to boot from your JavaStation's
  30. Flash memory.
  31. config BBC_I2C
  32. tristate "UltraSPARC-III bootbus i2c controller driver"
  33. depends on PCI && SPARC64
  34. help
  35. The BBC devices on the UltraSPARC III have two I2C controllers. The
  36. first I2C controller connects mainly to configuration PROMs (NVRAM,
  37. CPU configuration, DIMM types, etc.). The second I2C controller
  38. connects to environmental control devices such as fans and
  39. temperature sensors. The second controller also connects to the
  40. smartcard reader, if present. Say Y to enable support for these.
  41. config ENVCTRL
  42. tristate "SUNW, envctrl support"
  43. depends on PCI && SPARC64
  44. help
  45. Kernel support for temperature and fan monitoring on Sun SME
  46. machines.
  47. To compile this driver as a module, choose M here: the
  48. module will be called envctrl.
  49. config DISPLAY7SEG
  50. tristate "7-Segment Display support"
  51. depends on PCI && SPARC64
  52. ---help---
  53. This is the driver for the 7-segment display and LED present on
  54. Sun Microsystems CompactPCI models CP1400 and CP1500.
  55. To compile this driver as a module, choose M here: the
  56. module will be called display7seg.
  57. If you do not have a CompactPCI model CP1400 or CP1500, or
  58. another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
  59. you should say N to this option.
  60. endmenu