Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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 SUN_AURORA
  40. tristate "Aurora Multiboard 1600se (EXPERIMENTAL)"
  41. depends on EXPERIMENTAL && BROKEN
  42. help
  43. The Aurora Multiboard is a multi-port high-speed serial controller.
  44. If you have one of these, say Y.
  45. config TADPOLE_TS102_UCTRL
  46. tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
  47. depends on EXPERIMENTAL && SPARC32
  48. help
  49. Say Y here to directly support the TS102 Microcontroller interface
  50. on the Tadpole Sparcbook 3. This device handles power-management
  51. events, and can also notice the attachment/detachment of external
  52. monitors and mice.
  53. config SUN_JSFLASH
  54. tristate "JavaStation OS Flash SIMM (EXPERIMENTAL)"
  55. depends on EXPERIMENTAL && SPARC32
  56. help
  57. If you say Y here, you will be able to boot from your JavaStation's
  58. Flash memory.
  59. # XXX Why don't we do "source drivers/char/Config.in" somewhere?
  60. # no shit
  61. config APM_RTC_IS_GMT
  62. bool
  63. depends on EXPERIMENTAL && SPARC32 && PCI
  64. default y
  65. help
  66. Say Y here if your RTC (Real Time Clock a.k.a. hardware clock)
  67. stores the time in GMT (Greenwich Mean Time). Say N if your RTC
  68. stores localtime.
  69. It is in fact recommended to store GMT in your RTC, because then you
  70. don't have to worry about daylight savings time changes. The only
  71. reason not to use GMT in your RTC is if you also run a broken OS
  72. that doesn't understand GMT.
  73. config RTC
  74. tristate "PC-style Real Time Clock Support"
  75. depends on PCI && EXPERIMENTAL && SPARC32
  76. endmenu