brintos

brintos / linux-shallow public Read only

0
0
Text · 2.4 KiB · 7c0a308 Raw
78 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3menu "Misc Linux/SPARC drivers"4 5config SUN_OPENPROMIO6	tristate "/dev/openprom device support"7	help8	  This driver provides user programs with an interface to the SPARC9	  PROM device tree. The driver implements a SunOS-compatible10	  interface and a NetBSD-compatible interface.11 12	  To compile this driver as a module, choose M here: the13	  module will be called openprom.14 15	  If unsure, say Y.16 17config OBP_FLASH18	tristate "OBP Flash Device support"19	depends on SPARC6420	help21	  The OpenBoot PROM on Ultra systems is flashable. If you want to be22	  able to upgrade the OBP firmware, say Y here.23 24config TADPOLE_TS102_UCTRL25	tristate "Tadpole TS102 Microcontroller support"26	help27	  Say Y here to directly support the TS102 Microcontroller interface28	  on the Tadpole Sparcbook 3.  This device handles power-management29	  events, and can also notice the attachment/detachment of external30	  monitors and mice.31 32config BBC_I2C33	tristate "UltraSPARC-III bootbus i2c controller driver"34	depends on PCI && SPARC6435	help36	  The BBC devices on the UltraSPARC III have two I2C controllers.  The37	  first I2C controller connects mainly to configuration PROMs (NVRAM,38	  CPU configuration, DIMM types, etc.).  The second I2C controller39	  connects to environmental control devices such as fans and40	  temperature sensors.  The second controller also connects to the41	  smartcard reader, if present.  Say Y to enable support for these.42 43config ENVCTRL44	tristate "SUNW, envctrl support"45	depends on PCI && SPARC6446	help47	  Kernel support for temperature and fan monitoring on Sun SME48	  machines.49 50	  To compile this driver as a module, choose M here: the51	  module will be called envctrl.52 53config DISPLAY7SEG54	tristate "7-Segment Display support"55	depends on PCI && SPARC6456	help57	  This is the driver for the 7-segment display and LED present on58	  Sun Microsystems CompactPCI models CP1400 and CP1500.59 60	  To compile this driver as a module, choose M here: the61	  module will be called display7seg.62 63	  If you do not have a CompactPCI model CP1400 or CP1500, or64	  another UltraSPARC-IIi-cEngine boardset with a 7-segment display,65	  you should say N to this option.66 67config ORACLE_DAX68	tristate "Oracle Data Analytics Accelerator"69	depends on SPARC6470	default m71	help72	 Driver for Oracle Data Analytics Accelerator, which is73	 a coprocessor that performs database operations in hardware.74	 It is available on M7 and M8 based systems only.75 76endmenu77 78