sparc: Convert flash driver to OF device probing.
[GitHub/mt8127/android_kernel_alcatel_ttab.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
16config SUN_MOSTEK_RTC
17 tristate "Mostek real time clock support"
2240598c 18 depends on SPARC32
1da177e4
LT
19 help
20 The Mostek RTC chip is used on all known Sun computers except
21 some JavaStations. For a JavaStation you need to say Y both here
22 and to "Enhanced Real Time Clock Support".
23
24 Say Y here unless you are building a special purpose kernel.
25
26config OBP_FLASH
27 tristate "OBP Flash Device support"
28 depends on SPARC64
29 help
30 The OpenBoot PROM on Ultra systems is flashable. If you want to be
31 able to upgrade the OBP firmware, say Y here.
32
1da177e4
LT
33config TADPOLE_TS102_UCTRL
34 tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
35 depends on EXPERIMENTAL && SPARC32
36 help
37 Say Y here to directly support the TS102 Microcontroller interface
38 on the Tadpole Sparcbook 3. This device handles power-management
39 events, and can also notice the attachment/detachment of external
40 monitors and mice.
41
42config SUN_JSFLASH
43 tristate "JavaStation OS Flash SIMM (EXPERIMENTAL)"
44 depends on EXPERIMENTAL && SPARC32
45 help
46 If you say Y here, you will be able to boot from your JavaStation's
47 Flash memory.
48
5843e37e
DM
49config BBC_I2C
50 tristate "UltraSPARC-III bootbus i2c controller driver"
51 depends on PCI && SPARC64
52 help
53 The BBC devices on the UltraSPARC III have two I2C controllers. The
54 first I2C controller connects mainly to configuration PROMs (NVRAM,
55 CPU configuration, DIMM types, etc.). The second I2C controller
56 connects to environmental control devices such as fans and
57 temperature sensors. The second controller also connects to the
58 smartcard reader, if present. Say Y to enable support for these.
59
60config ENVCTRL
61 tristate "SUNW, envctrl support"
62 depends on PCI && SPARC64
63 help
64 Kernel support for temperature and fan monitoring on Sun SME
65 machines.
66
67 To compile this driver as a module, choose M here: the
68 module will be called envctrl.
69
70config DISPLAY7SEG
71 tristate "7-Segment Display support"
72 depends on PCI && SPARC64
73 ---help---
74 This is the driver for the 7-segment display and LED present on
75 Sun Microsystems CompactPCI models CP1400 and CP1500.
76
77 To compile this driver as a module, choose M here: the
78 module will be called display7seg.
79
80 If you do not have a CompactPCI model CP1400 or CP1500, or
81 another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
82 you should say N to this option.
1da177e4
LT
83
84endmenu
85