Kconfig 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "Misc Linux/SPARC drivers"
  3. config SUN_OPENPROMIO
  4. tristate "/dev/openprom device support"
  5. help
  6. This driver provides user programs with an interface to the SPARC
  7. PROM device tree. The driver implements a SunOS-compatible
  8. interface and a NetBSD-compatible interface.
  9. To compile this driver as a module, choose M here: the
  10. module will be called openprom.
  11. If unsure, say Y.
  12. config OBP_FLASH
  13. tristate "OBP Flash Device support"
  14. depends on SPARC64
  15. help
  16. The OpenBoot PROM on Ultra systems is flashable. If you want to be
  17. able to upgrade the OBP firmware, say Y here.
  18. config TADPOLE_TS102_UCTRL
  19. tristate "Tadpole TS102 Microcontroller support"
  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 BBC_I2C
  26. tristate "UltraSPARC-III bootbus i2c controller driver"
  27. depends on PCI && SPARC64
  28. help
  29. The BBC devices on the UltraSPARC III have two I2C controllers. The
  30. first I2C controller connects mainly to configuration PROMs (NVRAM,
  31. CPU configuration, DIMM types, etc.). The second I2C controller
  32. connects to environmental control devices such as fans and
  33. temperature sensors. The second controller also connects to the
  34. smartcard reader, if present. Say Y to enable support for these.
  35. config ENVCTRL
  36. tristate "SUNW, envctrl support"
  37. depends on PCI && SPARC64
  38. help
  39. Kernel support for temperature and fan monitoring on Sun SME
  40. machines.
  41. To compile this driver as a module, choose M here: the
  42. module will be called envctrl.
  43. config DISPLAY7SEG
  44. tristate "7-Segment Display support"
  45. depends on PCI && SPARC64
  46. help
  47. This is the driver for the 7-segment display and LED present on
  48. Sun Microsystems CompactPCI models CP1400 and CP1500.
  49. To compile this driver as a module, choose M here: the
  50. module will be called display7seg.
  51. If you do not have a CompactPCI model CP1400 or CP1500, or
  52. another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
  53. you should say N to this option.
  54. config ORACLE_DAX
  55. tristate "Oracle Data Analytics Accelerator"
  56. depends on SPARC64
  57. default m
  58. help
  59. Driver for Oracle Data Analytics Accelerator, which is
  60. a coprocessor that performs database operations in hardware.
  61. It is available on M7 and M8 based systems only.
  62. endmenu