]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/sbus/char/Kconfig
sparc: Delete bare sbus char bpp driver, obsoleted by parport_sunbpp
[linux-2.6-omap-h63xx.git] / drivers / sbus / char / Kconfig
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
16 config SUN_MOSTEK_RTC
17         tristate "Mostek real time clock support"
18         depends on SPARC32
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
26 config 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
33 config SUN_VIDEOPIX
34         tristate "Videopix Frame Grabber (EXPERIMENTAL)"
35         depends on EXPERIMENTAL && (BROKEN || !64BIT)
36         help
37           Say Y here to support the Videopix Frame Grabber from Sun
38           Microsystems, commonly found on SPARCstations.  This card, which is
39           based on the Phillips SAA9051, can handle NTSC and PAL/SECAM and
40           SVIDEO signals.
41
42 config TADPOLE_TS102_UCTRL
43         tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
44         depends on EXPERIMENTAL && SPARC32
45         help
46           Say Y here to directly support the TS102 Microcontroller interface
47           on the Tadpole Sparcbook 3.  This device handles power-management
48           events, and can also notice the attachment/detachment of external
49           monitors and mice.
50
51 config SUN_JSFLASH
52         tristate "JavaStation OS Flash SIMM (EXPERIMENTAL)"
53         depends on EXPERIMENTAL && SPARC32
54         help
55           If you say Y here, you will be able to boot from your JavaStation's
56           Flash memory.
57
58 config BBC_I2C
59         tristate "UltraSPARC-III bootbus i2c controller driver"
60         depends on PCI && SPARC64
61         help
62           The BBC devices on the UltraSPARC III have two I2C controllers.  The
63           first I2C controller connects mainly to configuration PROMs (NVRAM,
64           CPU configuration, DIMM types, etc.).  The second I2C controller
65           connects to environmental control devices such as fans and
66           temperature sensors.  The second controller also connects to the
67           smartcard reader, if present.  Say Y to enable support for these.
68
69 config ENVCTRL
70         tristate "SUNW, envctrl support"
71         depends on PCI && SPARC64
72         help
73           Kernel support for temperature and fan monitoring on Sun SME
74           machines.
75
76           To compile this driver as a module, choose M here: the
77           module will be called envctrl.
78
79 config DISPLAY7SEG
80         tristate "7-Segment Display support"
81         depends on PCI && SPARC64
82         ---help---
83           This is the driver for the 7-segment display and LED present on
84           Sun Microsystems CompactPCI models CP1400 and CP1500.
85
86           To compile this driver as a module, choose M here: the
87           module will be called display7seg.
88
89           If you do not have a CompactPCI model CP1400 or CP1500, or
90           another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
91           you should say N to this option.
92
93 endmenu
94