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