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"
  19. help
  20. Say Y here to directly support the TS102 Microcontroller interface
  21. on the Tadpole Sparcbook 3. This device handles power-management
  22. events, and can also notice the attachment/detachment of external
  23. monitors and mice.
  24. config BBC_I2C
  25. tristate "UltraSPARC-III bootbus i2c controller driver"
  26. depends on PCI && SPARC64
  27. help
  28. The BBC devices on the UltraSPARC III have two I2C controllers. The
  29. first I2C controller connects mainly to configuration PROMs (NVRAM,
  30. CPU configuration, DIMM types, etc.). The second I2C controller
  31. connects to environmental control devices such as fans and
  32. temperature sensors. The second controller also connects to the
  33. smartcard reader, if present. Say Y to enable support for these.
  34. config ENVCTRL
  35. tristate "SUNW, envctrl support"
  36. depends on PCI && SPARC64
  37. help
  38. Kernel support for temperature and fan monitoring on Sun SME
  39. machines.
  40. To compile this driver as a module, choose M here: the
  41. module will be called envctrl.
  42. config DISPLAY7SEG
  43. tristate "7-Segment Display support"
  44. depends on PCI && SPARC64
  45. ---help---
  46. This is the driver for the 7-segment display and LED present on
  47. Sun Microsystems CompactPCI models CP1400 and CP1500.
  48. To compile this driver as a module, choose M here: the
  49. module will be called display7seg.
  50. If you do not have a CompactPCI model CP1400 or CP1500, or
  51. another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
  52. you should say N to this option.
  53. config ORACLE_DAX
  54. tristate "Oracle Data Analytics Accelerator"
  55. depends on SPARC64
  56. default m
  57. help
  58. Driver for Oracle Data Analytics Accelerator, which is
  59. a coprocessor that performs database operations in hardware.
  60. It is available on M7 and M8 based systems only.
  61. endmenu