Kconfig 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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 SUN_JSFLASH
  25. tristate "JavaStation OS Flash SIMM"
  26. depends on SPARC32
  27. help
  28. If you say Y here, you will be able to boot from your JavaStation's
  29. Flash memory.
  30. config BBC_I2C
  31. tristate "UltraSPARC-III bootbus i2c controller driver"
  32. depends on PCI && SPARC64
  33. help
  34. The BBC devices on the UltraSPARC III have two I2C controllers. The
  35. first I2C controller connects mainly to configuration PROMs (NVRAM,
  36. CPU configuration, DIMM types, etc.). The second I2C controller
  37. connects to environmental control devices such as fans and
  38. temperature sensors. The second controller also connects to the
  39. smartcard reader, if present. Say Y to enable support for these.
  40. config ENVCTRL
  41. tristate "SUNW, envctrl support"
  42. depends on PCI && SPARC64
  43. help
  44. Kernel support for temperature and fan monitoring on Sun SME
  45. machines.
  46. To compile this driver as a module, choose M here: the
  47. module will be called envctrl.
  48. config DISPLAY7SEG
  49. tristate "7-Segment Display support"
  50. depends on PCI && SPARC64
  51. ---help---
  52. This is the driver for the 7-segment display and LED present on
  53. Sun Microsystems CompactPCI models CP1400 and CP1500.
  54. To compile this driver as a module, choose M here: the
  55. module will be called display7seg.
  56. If you do not have a CompactPCI model CP1400 or CP1500, or
  57. another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
  58. you should say N to this option.
  59. endmenu