Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 72006 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.7-42/drivers/char/Kconfig (-18 / +62 lines)
Lines 80-86 Link Here
80
80
81
config COMPUTONE
81
config COMPUTONE
82
	tristate "Computone IntelliPort Plus serial support"
82
	tristate "Computone IntelliPort Plus serial support"
83
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
83
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && (PCI || ISA)
84
	---help---
84
	---help---
85
	  This driver supports the entire family of Intelliport II/Plus
85
	  This driver supports the entire family of Intelliport II/Plus
86
	  controllers with the exception of the MicroChannel controllers and
86
	  controllers with the exception of the MicroChannel controllers and
Lines 95-101 Link Here
95
95
96
config ROCKETPORT
96
config ROCKETPORT
97
	tristate "Comtrol RocketPort support"
97
	tristate "Comtrol RocketPort support"
98
	depends on SERIAL_NONSTANDARD
98
	depends on SERIAL_NONSTANDARD && (PCI || ISA)
99
	help
99
	help
100
	  This driver supports Comtrol RocketPort and RocketModem PCI boards.   
100
	  This driver supports Comtrol RocketPort and RocketModem PCI boards.   
101
          These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or
101
          These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or
Lines 110-116 Link Here
110
110
111
config CYCLADES
111
config CYCLADES
112
	tristate "Cyclades async mux support"
112
	tristate "Cyclades async mux support"
113
	depends on SERIAL_NONSTANDARD
113
	depends on SERIAL_NONSTANDARD && (PCI || ISA)
114
	---help---
114
	---help---
115
	  This driver supports Cyclades Z and Y multiserial boards.
115
	  This driver supports Cyclades Z and Y multiserial boards.
116
	  You would need something like this to connect more than two modems to
116
	  You would need something like this to connect more than two modems to
Lines 138-144 Link Here
138
138
139
config DIGIEPCA
139
config DIGIEPCA
140
	tristate "Digiboard Intelligent Async Support"
140
	tristate "Digiboard Intelligent Async Support"
141
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
141
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && (PCI || ISA)
142
	---help---
142
	---help---
143
	  This is a driver for Digi International's Xx, Xeve, and Xem series
143
	  This is a driver for Digi International's Xx, Xeve, and Xem series
144
	  of cards which provide multiple serial ports. You would need
144
	  of cards which provide multiple serial ports. You would need
Lines 157-163 Link Here
157
157
158
config DIGI
158
config DIGI
159
	tristate "Digiboard PC/Xx Support"
159
	tristate "Digiboard PC/Xx Support"
160
	depends on SERIAL_NONSTANDARD && DIGIEPCA=n && BROKEN_ON_SMP
160
	depends on SERIAL_NONSTANDARD && DIGIEPCA=n && BROKEN_ON_SMP && (PCI || ISA)
161
	help
161
	help
162
	  This is a driver for the Digiboard PC/Xe, PC/Xi, and PC/Xeve cards
162
	  This is a driver for the Digiboard PC/Xe, PC/Xi, and PC/Xeve cards
163
	  that give you many serial ports. You would need something like this
163
	  that give you many serial ports. You would need something like this
Lines 183-189 Link Here
183
183
184
config MOXA_INTELLIO
184
config MOXA_INTELLIO
185
	tristate "Moxa Intellio support"
185
	tristate "Moxa Intellio support"
186
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
186
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && (PCI || ISA)
187
	help
187
	help
188
	  Say Y here if you have a Moxa Intellio multiport serial card.
188
	  Say Y here if you have a Moxa Intellio multiport serial card.
189
189
Lines 192-198 Link Here
192
192
193
config MOXA_SMARTIO
193
config MOXA_SMARTIO
194
	tristate "Moxa SmartIO support"
194
	tristate "Moxa SmartIO support"
195
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
195
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && (PCI || ISA)
196
	help
196
	help
197
	  Say Y here if you have a Moxa SmartIO multiport serial card.
197
	  Say Y here if you have a Moxa SmartIO multiport serial card.
198
198
Lines 203-209 Link Here
203
203
204
config ISI
204
config ISI
205
	tristate "Multi-Tech multiport card support (EXPERIMENTAL)"
205
	tristate "Multi-Tech multiport card support (EXPERIMENTAL)"
206
	depends on SERIAL_NONSTANDARD && EXPERIMENTAL && BROKEN_ON_SMP && m
206
	depends on SERIAL_NONSTANDARD && EXPERIMENTAL && BROKEN_ON_SMP && m && (PCI || ISA)
207
	help
207
	help
208
	  This is a driver for the Multi-Tech cards which provide several
208
	  This is a driver for the Multi-Tech cards which provide several
209
	  serial ports.  The driver is experimental and can currently only be
209
	  serial ports.  The driver is experimental and can currently only be
Lines 212-218 Link Here
212
212
213
config SYNCLINK
213
config SYNCLINK
214
	tristate "Microgate SyncLink card support"
214
	tristate "Microgate SyncLink card support"
215
	depends on SERIAL_NONSTANDARD
215
	depends on SERIAL_NONSTANDARD && (PCI || ISA)
216
	help
216
	help
217
	  Provides support for the SyncLink ISA and PCI multiprotocol serial
217
	  Provides support for the SyncLink ISA and PCI multiprotocol serial
218
	  adapters. These adapters support asynchronous and HDLC bit
218
	  adapters. These adapters support asynchronous and HDLC bit
Lines 225-231 Link Here
225
225
226
config SYNCLINKMP
226
config SYNCLINKMP
227
	tristate "SyncLink Multiport support"
227
	tristate "SyncLink Multiport support"
228
	depends on SERIAL_NONSTANDARD
228
	depends on SERIAL_NONSTANDARD && (PCI || ISA)
229
	help
229
	help
230
	  Enable support for the SyncLink Multiport (2 or 4 ports)
230
	  Enable support for the SyncLink Multiport (2 or 4 ports)
231
	  serial adapter, running asynchronous and HDLC communications up
231
	  serial adapter, running asynchronous and HDLC communications up
Lines 251-257 Link Here
251
251
252
config RISCOM8
252
config RISCOM8
253
	tristate "SDL RISCom/8 card support"
253
	tristate "SDL RISCom/8 card support"
254
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
254
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && (PCI || ISA)
255
	help
255
	help
256
	  This is a driver for the SDL Communications RISCom/8 multiport card,
256
	  This is a driver for the SDL Communications RISCom/8 multiport card,
257
	  which gives you many serial ports. You would need something like
257
	  which gives you many serial ports. You would need something like
Lines 264-270 Link Here
264
264
265
config SPECIALIX
265
config SPECIALIX
266
	tristate "Specialix IO8+ card support"
266
	tristate "Specialix IO8+ card support"
267
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
267
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && (PCI || ISA)
268
	help
268
	help
269
	  This is a driver for the Specialix IO8+ multiport card (both the
269
	  This is a driver for the Specialix IO8+ multiport card (both the
270
	  ISA and the PCI version) which gives you many serial ports. You
270
	  ISA and the PCI version) which gives you many serial ports. You
Lines 288-294 Link Here
288
288
289
config SX
289
config SX
290
	tristate "Specialix SX (and SI) card support"
290
	tristate "Specialix SX (and SI) card support"
291
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
291
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && (PCI || ISA)
292
	help
292
	help
293
	  This is a driver for the SX and SI multiport serial cards.
293
	  This is a driver for the SX and SI multiport serial cards.
294
	  Please read the file <file:Documentation/sx.txt> for details.
294
	  Please read the file <file:Documentation/sx.txt> for details.
Lines 299-305 Link Here
299
299
300
config RIO
300
config RIO
301
	tristate "Specialix RIO system support"
301
	tristate "Specialix RIO system support"
302
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
302
	depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && (PCI || ISA)
303
	help
303
	help
304
	  This is a driver for the Specialix RIO, a smart serial card which
304
	  This is a driver for the Specialix RIO, a smart serial card which
305
	  drives an outboard box that can support up to 128 ports.  Product
305
	  drives an outboard box that can support up to 128 ports.  Product
Lines 308-314 Link Here
308
308
309
config RIO_OLDPCI
309
config RIO_OLDPCI
310
	bool "Support really old RIO/PCI cards"
310
	bool "Support really old RIO/PCI cards"
311
	depends on RIO
311
	depends on RIO && PCI
312
	help
312
	help
313
	  Older RIO PCI cards need some initialization-time configuration to
313
	  Older RIO PCI cards need some initialization-time configuration to
314
	  determine the IRQ and some control addresses.  If you have a RIO and
314
	  determine the IRQ and some control addresses.  If you have a RIO and
Lines 316-322 Link Here
316
316
317
config STALDRV
317
config STALDRV
318
	bool "Stallion multiport serial support"
318
	bool "Stallion multiport serial support"
319
	depends on SERIAL_NONSTANDARD
319
	depends on SERIAL_NONSTANDARD && (PCI || ISA)
320
	help
320
	help
321
	  Stallion cards give you many serial ports.  You would need something
321
	  Stallion cards give you many serial ports.  You would need something
322
	  like this to connect more than two modems to your Linux box, for
322
	  like this to connect more than two modems to your Linux box, for
Lines 394-399 Link Here
394
	  If you have an Alchemy AU1000 processor (MIPS based) and you want
394
	  If you have an Alchemy AU1000 processor (MIPS based) and you want
395
	  to use a console on a serial port, say Y.  Otherwise, say N.
395
	  to use a console on a serial port, say Y.  Otherwise, say N.
396
396
397
config SUN_AURORA
398
	tristate "Aurora Multiboard 1600se (EXPERIMENTAL)"
399
	depends on SERIAL_NONSTANDARD && EXPERIMENTAL && SBUS && !SUN4
400
	help
401
	  The Aurora Multiboard is a multi-port high-speed serial controller.
402
	  If you have one of these, say Y.
403
397
config QTRONIX_KEYBOARD
404
config QTRONIX_KEYBOARD
398
	bool "Enable Qtronix 990P Keyboard Support"
405
	bool "Enable Qtronix 990P Keyboard Support"
399
	depends on IT8712
406
	depends on IT8712
Lines 740-746 Link Here
740
747
741
config RTC
748
config RTC
742
	tristate "Enhanced Real Time Clock Support"
749
	tristate "Enhanced Real Time Clock Support"
743
	depends on !PPC32 && !PARISC && !IA64 && !X86_PC9800 && !M68K
750
	depends on !PPC32 && !PARISC && !IA64 && !X86_PC9800 && (!SPARC32 || PCI) && (!SPARC64 || PCI)
751
	default y if SPARC64
744
	---help---
752
	---help---
745
	  If you say Y here and create a character special file /dev/rtc with
753
	  If you say Y here and create a character special file /dev/rtc with
746
	  major number 10 and minor number 135 using mknod ("man mknod"), you
754
	  major number 10 and minor number 135 using mknod ("man mknod"), you
Lines 766-772 Link Here
766
774
767
config GEN_RTC
775
config GEN_RTC
768
	tristate "Generic /dev/rtc emulation"
776
	tristate "Generic /dev/rtc emulation"
769
	depends on RTC!=y && !IA64
777
	depends on RTC!=y && !IA64 && SUN_MOSTEK_RTC!=y
770
	---help---
778
	---help---
771
	  If you say Y here and create a character special file /dev/rtc with
779
	  If you say Y here and create a character special file /dev/rtc with
772
	  major number 10 and minor number 135 using mknod ("man mknod"), you
780
	  major number 10 and minor number 135 using mknod ("man mknod"), you
Lines 802-807 Link Here
802
	  major number 10 and minor number 135 using mknod ("man mknod"), you
810
	  major number 10 and minor number 135 using mknod ("man mknod"), you
803
	  will get access to the real time clock (or hardware clock) built
811
	  will get access to the real time clock (or hardware clock) built
804
812
813
config SUN_MOSTEK_RTC
814
	tristate "Mostek real time clock support"
815
	depends on (SPARC32 || SPARC64)
816
	default y
817
	help
818
	  The Mostek RTC chip is used on all known Sun computers except
819
	  some JavaStations. For a JavaStation you need to say Y both here
820
	  and to "Enhanced Real Time Clock Support".
821
822
	  Say Y here unless you are building a special purpose kernel.
823
805
config H8
824
config H8
806
	bool "Tadpole ANA H8 Support (OBSOLETE)"
825
	bool "Tadpole ANA H8 Support (OBSOLETE)"
807
	depends on OBSOLETE && ALPHA_BOOK1
826
	depends on OBSOLETE && ALPHA_BOOK1
Lines 814-819 Link Here
814
833
815
config DTLK
834
config DTLK
816
	tristate "Double Talk PC internal speech card support"
835
	tristate "Double Talk PC internal speech card support"
836
	depends on ISA
817
	help
837
	help
818
	  This driver is for the DoubleTalk PC, a speech synthesizer
838
	  This driver is for the DoubleTalk PC, a speech synthesizer
819
	  manufactured by RC Systems (<http://www.rcsys.com/>).  It is also
839
	  manufactured by RC Systems (<http://www.rcsys.com/>).  It is also
Lines 861-866 Link Here
861
	  To compile this driver as a module, choose M here: the
881
	  To compile this driver as a module, choose M here: the
862
	  module will be called sonypi.
882
	  module will be called sonypi.
863
883
884
config ENVCTRL
885
	tristate "SUNW,envctrl support"
886
	depends on PCI && SPARC64
887
	help
888
	  Kernel support for temperature and fan monitoring on Sun SME
889
	  machines.
890
891
	  To compile this driver as a module, choose M here: the
892
	  module will be called envctrl.
893
894
config DISPLAY7SEG
895
	tristate "Sun CPCI 7-Segment Display support"
896
	depends on PCI && SPARC64
897
	---help---
898
	  This is the driver for the 7-segment display and LED present on
899
	  Sun Microsystems CompactPCI models CP1400 and CP1500.
900
901
	  To compile this driver as a module, choose M here: the
902
	  module will be called display7seg.
903
904
	  If you do not have a CompactPCI model CP1400 or CP1500, or
905
	  another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
906
	  you should say N to this option.
907
864
908
865
menu "Ftape, the floppy tape device driver"
909
menu "Ftape, the floppy tape device driver"
866
910
(-)linux-2.6.7-42/drivers/char/agp/Kconfig (+1 lines)
Lines 1-6 Link Here
1
config AGP
1
config AGP
2
	tristate "/dev/agpgart (AGP Support)" if !GART_IOMMU && !M68K
2
	tristate "/dev/agpgart (AGP Support)" if !GART_IOMMU && !M68K
3
	default y if GART_IOMMU
3
	default y if GART_IOMMU
4
	depends on PCI
4
	---help---
5
	---help---
5
	  AGP (Accelerated Graphics Port) is a bus system mainly used to
6
	  AGP (Accelerated Graphics Port) is a bus system mainly used to
6
	  connect graphics cards to the rest of the system.
7
	  connect graphics cards to the rest of the system.
(-)linux-2.6.7-42/drivers/char/drm/Kconfig (-4 / +12 lines)
Lines 17-37 Link Here
17
17
18
config DRM_TDFX
18
config DRM_TDFX
19
	tristate "3dfx Banshee/Voodoo3+"
19
	tristate "3dfx Banshee/Voodoo3+"
20
	depends on DRM
20
	depends on DRM && PCI
21
	help
21
	help
22
	  Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
22
	  Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
23
	  graphics card.  If M is selected, the module will be called tdfx.
23
	  graphics card.  If M is selected, the module will be called tdfx.
24
24
25
config DRM_GAMMA
25
config DRM_GAMMA
26
	tristate "3dlabs GMX 2000"
26
	tristate "3dlabs GMX 2000"
27
	depends on DRM
27
	depends on DRM && PCI
28
	help
28
	help
29
	  This is the old gamma driver, please tell me if it might actually
29
	  This is the old gamma driver, please tell me if it might actually
30
	  work.
30
	  work.
31
31
32
config DRM_R128
32
config DRM_R128
33
	tristate "ATI Rage 128"
33
	tristate "ATI Rage 128"
34
	depends on DRM
34
	depends on DRM && PCI
35
	help
35
	help
36
	  Choose this option if you have an ATI Rage 128 graphics card.  If M
36
	  Choose this option if you have an ATI Rage 128 graphics card.  If M
37
	  is selected, the module will be called r128.  AGP support for
37
	  is selected, the module will be called r128.  AGP support for
Lines 39-45 Link Here
39
39
40
config DRM_RADEON
40
config DRM_RADEON
41
	tristate "ATI Radeon"
41
	tristate "ATI Radeon"
42
	depends on DRM
42
	depends on DRM && PCI
43
	help
43
	help
44
	  Choose this option if you have an ATI Radeon graphics card.  There
44
	  Choose this option if you have an ATI Radeon graphics card.  There
45
	  are both PCI and AGP versions.  You don't need to choose this to
45
	  are both PCI and AGP versions.  You don't need to choose this to
Lines 80-82 Link Here
80
          chipset. If M is selected the module will be called sis. AGP
80
          chipset. If M is selected the module will be called sis. AGP
81
          support is required for this driver to work.
81
          support is required for this driver to work.
82
82
83
config DRM_FFB
84
	tristate "Creator/Creator3D"
85
	depends on DRM && SPARC64
86
	help
87
	  Choose this option if you have one of Sun's Creator3D-based graphics
88
	  and frame buffer cards.  Product page at
89
	  <http://www.sun.com/desktop/products/Graphics/creator3d.html>.
90
(-)linux-2.6.7-42/drivers/parport/Kconfig (-1 / +1 lines)
Lines 34-40 Link Here
34
34
35
config PARPORT_PC
35
config PARPORT_PC
36
	tristate "PC-style hardware"
36
	tristate "PC-style hardware"
37
	depends on PARPORT && (!SPARC64 || PCI)
37
	depends on PARPORT && (!SPARC64 && !SPARC32 || PCI)
38
	---help---
38
	---help---
39
	  You should say Y here if you have a PC-style parallel port. All
39
	  You should say Y here if you have a PC-style parallel port. All
40
	  IBM PC compatible computers and some Alphas have PC-style
40
	  IBM PC compatible computers and some Alphas have PC-style
(-)linux-2.6.7-42/drivers/sbus/Makefile (-1 / +1 lines)
Lines 6-9 Link Here
6
obj-y    := sbus.o dvma.o
6
obj-y    := sbus.o dvma.o
7
endif
7
endif
8
8
9
obj-$(CONFIG_SBUSCHAR) += char/
9
obj-y += char/
(-)linux-2.6.7-42/drivers/sbus/char/Kconfig (-35 / +10 lines)
Lines 13-27 Link Here
13
13
14
	  If unsure, say Y.
14
	  If unsure, say Y.
15
15
16
config SUN_MOSTEK_RTC
17
	tristate "Mostek real time clock support"
18
	help
19
	  The Mostek RTC chip is used on all known Sun computers except
20
	  some JavaStations. For a JavaStation you need to say Y both here
21
	  and to "Enhanced Real Time Clock Support".
22
23
	  Say Y here unless you are building a special purpose kernel.
24
25
config OBP_FLASH
16
config OBP_FLASH
26
	tristate "OBP Flash Device support"
17
	tristate "OBP Flash Device support"
27
	depends on SPARC64
18
	depends on SPARC64
Lines 46-58 Link Here
46
	  based on the Phillips SAA9051, can handle NTSC and PAL/SECAM and
37
	  based on the Phillips SAA9051, can handle NTSC and PAL/SECAM and
47
	  SVIDEO signals.
38
	  SVIDEO signals.
48
39
49
config SUN_AURORA
50
	tristate "Aurora Multiboard 1600se (EXPERIMENTAL)"
51
	depends on EXPERIMENTAL
52
	help
53
	  The Aurora Multiboard is a multi-port high-speed serial controller.
54
	  If you have one of these, say Y.
55
56
config TADPOLE_TS102_UCTRL
40
config TADPOLE_TS102_UCTRL
57
	tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
41
	tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
58
	depends on EXPERIMENTAL && SPARC32
42
	depends on EXPERIMENTAL && SPARC32
Lines 69-93 Link Here
69
	  If you say Y here, you will be able to boot from your JavaStation's
53
	  If you say Y here, you will be able to boot from your JavaStation's
70
	  Flash memory.
54
	  Flash memory.
71
55
72
# XXX Why don't we do "source drivers/char/Config.in" somewhere?
56
config BBC_I2C
73
# no shit
57
	tristate "UltraSPARC-III bootbus i2c controller driver"
74
config APM_RTC_IS_GMT
58
	depends on SPARC64 && PCI
75
	bool
59
	help
76
	depends on EXPERIMENTAL && SPARC32 && PCI
60
	  The BBC devices on the UltraSPARC III have two I2C controllers.  The
77
	default y
61
	  first I2C controller connects mainly to configuration PROMs (NVRAM,
78
	help
62
	  CPU configuration, DIMM types, etc.).  The second I2C controller
79
	  Say Y here if your RTC (Real Time Clock a.k.a. hardware clock)
63
	  connects to environmental control devices such as fans and
80
	  stores the time in GMT (Greenwich Mean Time). Say N if your RTC
64
	  temperature sensors.  The second controller also connects to the
81
	  stores localtime.
65
	  smartcard reader, if present.  Say Y to enable support for these.
82
83
	  It is in fact recommended to store GMT in your RTC, because then you
84
	  don't have to worry about daylight savings time changes. The only
85
	  reason not to use GMT in your RTC is if you also run a broken OS
86
	  that doesn't understand GMT.
87
88
config RTC
89
	tristate "PC-style Real Time Clock Support"
90
	depends on PCI && EXPERIMENTAL && SPARC32
91
66
92
endmenu
67
endmenu
93
68
(-)linux-2.6.7-42/drivers/scsi/Kconfig (-2 / +2 lines)
Lines 309-315 Link Here
309
309
310
config SCSI_AIC7XXX_OLD
310
config SCSI_AIC7XXX_OLD
311
	tristate "Adaptec AIC7xxx support (old driver)"
311
	tristate "Adaptec AIC7xxx support (old driver)"
312
	depends on SCSI
312
	depends on SCSI && (ISA || EISA || PCI)
313
	help
313
	help
314
	  WARNING This driver is an older aic7xxx driver and is no longer
314
	  WARNING This driver is an older aic7xxx driver and is no longer
315
	  under active development.  Adaptec, Inc. is writing a new driver to
315
	  under active development.  Adaptec, Inc. is writing a new driver to
Lines 578-584 Link Here
578
578
579
config SCSI_EATA_PIO
579
config SCSI_EATA_PIO
580
	tristate "EATA-PIO (old DPT PM2001, PM2012A) support"
580
	tristate "EATA-PIO (old DPT PM2001, PM2012A) support"
581
	depends on SCSI
581
	depends on SCSI && (ISA || EISA || PCI)
582
	---help---
582
	---help---
583
	  This driver supports all EATA-PIO protocol compliant SCSI Host
583
	  This driver supports all EATA-PIO protocol compliant SCSI Host
584
	  Adapters like the DPT PM2001 and the PM2012A.  EATA-DMA compliant
584
	  Adapters like the DPT PM2001 and the PM2012A.  EATA-DMA compliant
(-)linux-2.6.7-42/drivers/video/Kconfig (-19 / +19 lines)
Lines 355-379 Link Here
355
	bool "Sun3 framebuffer support"
355
	bool "Sun3 framebuffer support"
356
	depends on FB && (SUN3 || SUN3X) && BROKEN
356
	depends on FB && (SUN3 || SUN3X) && BROKEN
357
357
358
config FB_BW2
359
	bool "BWtwo support"
360
	depends on FB && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
361
	help
362
	  This is the frame buffer device driver for the BWtwo frame buffer.
363
364
config FB_CG3
365
	bool "CGthree support"
366
	depends on FB && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
367
	help
368
	  This is the frame buffer device driver for the CGthree frame buffer.
369
370
config FB_CG6
371
	bool "CGsix (GX,TurboGX) support"
372
	depends on FB && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
373
	help
374
	  This is the frame buffer device driver for the CGsix (GX, TurboGX)
375
	  frame buffer.
376
377
config FB_PVR2
358
config FB_PVR2
378
	tristate "NEC PowerVR 2 display support"
359
	tristate "NEC PowerVR 2 display support"
379
	depends on FB && SH_DREAMCAST
360
	depends on FB && SH_DREAMCAST
Lines 837-842 Link Here
837
	  This is the frame buffer device driver for the Creator, Creator3D,
818
	  This is the frame buffer device driver for the Creator, Creator3D,
838
	  and Elite3D graphics boards.
819
	  and Elite3D graphics boards.
839
820
821
config FB_BW2
822
	bool "BWtwo support"
823
	depends on FB && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
824
	help
825
	  This is the frame buffer device driver for the BWtwo frame buffer.
826
827
config FB_CG3
828
	bool "CGthree support"
829
	depends on FB && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
830
	help
831
	  This is the frame buffer device driver for the CGthree frame buffer.
832
833
config FB_CG6
834
	bool "CGsix (GX,TurboGX) support"
835
	depends on FB && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
836
	help
837
	  This is the frame buffer device driver for the CGsix (GX, TurboGX)
838
	  frame buffer.
839
840
config FB_TCX
840
config FB_TCX
841
	bool "TCX (SS4/SS5 only) support"
841
	bool "TCX (SS4/SS5 only) support"
842
	depends on FB_SBUS
842
	depends on FB_SBUS
(-)linux-2.6.7-42/fs/Kconfig (+11 lines)
Lines 946-951 Link Here
946
	  To compile this as a module, choose M here: the module will be called
946
	  To compile this as a module, choose M here: the module will be called
947
	  ramfs.
947
	  ramfs.
948
948
949
config SUN_OPENPROMFS
950
	depends on SPARC32 || SPARC64
951
	tristate "OpenPROM file system"
952
	help
953
	  If you say Y, the OpenPROM device tree will be available as a
954
	  virtual file system, which you can mount to /proc/openprom by "mount
955
	  -t openpromfs none /proc/openprom".
956
957
	  To compile the /proc/openprom support as a module, choose M here: the
958
	  module will be called openpromfs.  If unsure, choose M.
959
949
endmenu
960
endmenu
950
961
951
menu "Miscellaneous filesystems"
962
menu "Miscellaneous filesystems"

Return to bug 72006