Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
[linux-2.6-block.git] / drivers / sbus / char / Kconfig
CommitLineData
1da177e4
LT
1
2menu "Misc Linux/SPARC drivers"
3
4config 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
1da177e4
LT
16config 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
1da177e4 23config TADPOLE_TS102_UCTRL
bffb0ed1 24 tristate "Tadpole TS102 Microcontroller support"
1da177e4
LT
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
5843e37e
DM
31config BBC_I2C
32 tristate "UltraSPARC-III bootbus i2c controller driver"
33 depends on PCI && SPARC64
34 help
35 The BBC devices on the UltraSPARC III have two I2C controllers. The
36 first I2C controller connects mainly to configuration PROMs (NVRAM,
37 CPU configuration, DIMM types, etc.). The second I2C controller
38 connects to environmental control devices such as fans and
39 temperature sensors. The second controller also connects to the
40 smartcard reader, if present. Say Y to enable support for these.
41
42config ENVCTRL
43 tristate "SUNW, envctrl support"
44 depends on PCI && SPARC64
45 help
46 Kernel support for temperature and fan monitoring on Sun SME
47 machines.
48
49 To compile this driver as a module, choose M here: the
50 module will be called envctrl.
51
52config DISPLAY7SEG
53 tristate "7-Segment Display support"
54 depends on PCI && SPARC64
55 ---help---
56 This is the driver for the 7-segment display and LED present on
57 Sun Microsystems CompactPCI models CP1400 and CP1500.
58
59 To compile this driver as a module, choose M here: the
60 module will be called display7seg.
61
62 If you do not have a CompactPCI model CP1400 or CP1500, or
63 another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
64 you should say N to this option.
1da177e4 65
dd027328
RG
66config ORACLE_DAX
67 tristate "Oracle Data Analytics Accelerator"
9c548bb5
GR
68 depends on SPARC64
69 default m
dd027328
RG
70 help
71 Driver for Oracle Data Analytics Accelerator, which is
72 a coprocessor that performs database operations in hardware.
73 It is available on M7 and M8 based systems only.
74
1da177e4
LT
75endmenu
76