diff options
author | David S. Miller <davem@davemloft.net> | 2005-08-31 00:46:19 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-08-31 00:46:19 -0400 |
commit | 5843e37e24d7cf32f7996dd015245633e0790595 (patch) | |
tree | d665ee3a23306c79f6b285c32e13a47b2db79fe6 /drivers | |
parent | 2ef27778a26dd828dd0d348ff12d2c180062746e (diff) |
[SPARC64]: Use drivers/Kconfig
And move some other stuff into drivers/sbus/char/Kconfig.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/sbus/char/Kconfig | 39 |
1 files changed, 34 insertions, 5 deletions
diff --git a/drivers/sbus/char/Kconfig b/drivers/sbus/char/Kconfig index a41778a490d6..3a8152906bf6 100644 --- a/drivers/sbus/char/Kconfig +++ b/drivers/sbus/char/Kconfig | |||
@@ -69,11 +69,40 @@ config SUN_JSFLASH | |||
69 | If you say Y here, you will be able to boot from your JavaStation's | 69 | If you say Y here, you will be able to boot from your JavaStation's |
70 | Flash memory. | 70 | Flash memory. |
71 | 71 | ||
72 | # XXX Why don't we do "source drivers/char/Config.in" somewhere? | 72 | config BBC_I2C |
73 | # no shit | 73 | tristate "UltraSPARC-III bootbus i2c controller driver" |
74 | config RTC | 74 | depends on PCI && SPARC64 |
75 | tristate "PC-style Real Time Clock Support" | 75 | help |
76 | depends on PCI && EXPERIMENTAL && SPARC32 | 76 | The BBC devices on the UltraSPARC III have two I2C controllers. The |
77 | first I2C controller connects mainly to configuration PROMs (NVRAM, | ||
78 | CPU configuration, DIMM types, etc.). The second I2C controller | ||
79 | connects to environmental control devices such as fans and | ||
80 | temperature sensors. The second controller also connects to the | ||
81 | smartcard reader, if present. Say Y to enable support for these. | ||
82 | |||
83 | config ENVCTRL | ||
84 | tristate "SUNW, envctrl support" | ||
85 | depends on PCI && SPARC64 | ||
86 | help | ||
87 | Kernel support for temperature and fan monitoring on Sun SME | ||
88 | machines. | ||
89 | |||
90 | To compile this driver as a module, choose M here: the | ||
91 | module will be called envctrl. | ||
92 | |||
93 | config DISPLAY7SEG | ||
94 | tristate "7-Segment Display support" | ||
95 | depends on PCI && SPARC64 | ||
96 | ---help--- | ||
97 | This is the driver for the 7-segment display and LED present on | ||
98 | Sun Microsystems CompactPCI models CP1400 and CP1500. | ||
99 | |||
100 | To compile this driver as a module, choose M here: the | ||
101 | module will be called display7seg. | ||
102 | |||
103 | If you do not have a CompactPCI model CP1400 or CP1500, or | ||
104 | another UltraSPARC-IIi-cEngine boardset with a 7-segment display, | ||
105 | you should say N to this option. | ||
77 | 106 | ||
78 | endmenu | 107 | endmenu |
79 | 108 | ||