Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | |
| 2 | menu "Misc Linux/SPARC drivers" |
| 3 | |
| 4 | config SUN_OPENPROMIO |
| 5 | tristate "/dev/openprom device support" |
| 6 | help |
| 7 | This driver provides user programs with an interface to the SPARC |
| 8 | PROM device tree. The driver implements a SunOS-compatible |
| 9 | interface and a NetBSD-compatible interface. |
| 10 | |
| 11 | To compile this driver as a module, choose M here: the |
| 12 | module will be called openprom. |
| 13 | |
| 14 | If unsure, say Y. |
| 15 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | config OBP_FLASH |
| 17 | tristate "OBP Flash Device support" |
| 18 | depends on SPARC64 |
| 19 | help |
| 20 | The OpenBoot PROM on Ultra systems is flashable. If you want to be |
| 21 | able to upgrade the OBP firmware, say Y here. |
| 22 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | config TADPOLE_TS102_UCTRL |
Kees Cook | bffb0ed | 2012-10-02 11:18:52 -0700 | [diff] [blame] | 24 | tristate "Tadpole TS102 Microcontroller support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | help |
| 26 | Say Y here to directly support the TS102 Microcontroller interface |
| 27 | on the Tadpole Sparcbook 3. This device handles power-management |
| 28 | events, and can also notice the attachment/detachment of external |
| 29 | monitors and mice. |
| 30 | |
| 31 | config SUN_JSFLASH |
Kees Cook | bffb0ed | 2012-10-02 11:18:52 -0700 | [diff] [blame] | 32 | tristate "JavaStation OS Flash SIMM" |
| 33 | depends on SPARC32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | help |
| 35 | If you say Y here, you will be able to boot from your JavaStation's |
| 36 | Flash memory. |
| 37 | |
David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 38 | config BBC_I2C |
| 39 | tristate "UltraSPARC-III bootbus i2c controller driver" |
| 40 | depends on PCI && SPARC64 |
| 41 | help |
| 42 | The BBC devices on the UltraSPARC III have two I2C controllers. The |
| 43 | first I2C controller connects mainly to configuration PROMs (NVRAM, |
| 44 | CPU configuration, DIMM types, etc.). The second I2C controller |
| 45 | connects to environmental control devices such as fans and |
| 46 | temperature sensors. The second controller also connects to the |
| 47 | smartcard reader, if present. Say Y to enable support for these. |
| 48 | |
| 49 | config ENVCTRL |
| 50 | tristate "SUNW, envctrl support" |
| 51 | depends on PCI && SPARC64 |
| 52 | help |
| 53 | Kernel support for temperature and fan monitoring on Sun SME |
| 54 | machines. |
| 55 | |
| 56 | To compile this driver as a module, choose M here: the |
| 57 | module will be called envctrl. |
| 58 | |
| 59 | config DISPLAY7SEG |
| 60 | tristate "7-Segment Display support" |
| 61 | depends on PCI && SPARC64 |
| 62 | ---help--- |
| 63 | This is the driver for the 7-segment display and LED present on |
| 64 | Sun Microsystems CompactPCI models CP1400 and CP1500. |
| 65 | |
| 66 | To compile this driver as a module, choose M here: the |
| 67 | module will be called display7seg. |
| 68 | |
| 69 | If you do not have a CompactPCI model CP1400 or CP1500, or |
| 70 | another UltraSPARC-IIi-cEngine boardset with a 7-segment display, |
| 71 | you should say N to this option. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | |
| 73 | endmenu |
| 74 | |