aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt LaPlante <kernel1@cyberdogtech.com>2006-10-03 16:31:37 -0400
committerAdrian Bunk <bunk@stusta.de>2006-10-03 16:31:37 -0400
commit095096038d637c477ef3c1b674612bcbc4d60c2d (patch)
tree2e850ffb08e7c13756efe16c562022d1289e37e6
parentc73a668c096fe3dd23c1062018e82eb85f5c7043 (diff)
Fix several typos in drivers/
Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r--drivers/firmware/Kconfig2
-rw-r--r--drivers/i2c/busses/Kconfig4
-rw-r--r--drivers/ieee1394/Kconfig2
-rw-r--r--drivers/input/keyboard/Kconfig2
-rw-r--r--drivers/input/serio/Kconfig4
-rw-r--r--drivers/isdn/hardware/eicon/Kconfig2
-rw-r--r--drivers/isdn/hisax/Kconfig2
-rw-r--r--drivers/macintosh/Kconfig2
-rw-r--r--drivers/media/dvb/cinergyT2/Kconfig2
-rw-r--r--drivers/media/video/Kconfig2
-rw-r--r--drivers/mtd/chips/Kconfig2
-rw-r--r--drivers/mtd/nand/Kconfig2
-rw-r--r--drivers/mtd/onenand/Kconfig2
-rw-r--r--drivers/net/wireless/Kconfig2
-rw-r--r--drivers/rapidio/Kconfig2
-rw-r--r--drivers/scsi/Kconfig4
-rw-r--r--drivers/scsi/aic7xxx/Kconfig.aic79xx4
-rw-r--r--drivers/scsi/aic7xxx/Kconfig.aic7xxx4
-rw-r--r--drivers/serial/Kconfig6
-rw-r--r--drivers/usb/storage/Kconfig2
-rw-r--r--drivers/video/Kconfig8
-rw-r--r--drivers/w1/Kconfig2
22 files changed, 32 insertions, 32 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index 731c3d5da0dc..88f462122a30 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -64,7 +64,7 @@ config DELL_RBU
64 help 64 help
65 Say m if you want to have the option of updating the BIOS for your 65 Say m if you want to have the option of updating the BIOS for your
66 DELL system. Note you need a Dell OpenManage or Dell Update package (DUP) 66 DELL system. Note you need a Dell OpenManage or Dell Update package (DUP)
67 supporting application to comunicate with the BIOS regarding the new 67 supporting application to communicate with the BIOS regarding the new
68 image for the image update to take effect. 68 image for the image update to take effect.
69 See <file:Documentation/dell_rbu.txt> for more details on the driver. 69 See <file:Documentation/dell_rbu.txt> for more details on the driver.
70 70
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 0d9667921f61..510816c16da3 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -333,10 +333,10 @@ config I2C_PARPORT_LIGHT
333 333
334 This driver is a light version of i2c-parport. It doesn't depend 334 This driver is a light version of i2c-parport. It doesn't depend
335 on the parport driver, and uses direct I/O access instead. This 335 on the parport driver, and uses direct I/O access instead. This
336 might be prefered on embedded systems where wasting memory for 336 might be preferred on embedded systems where wasting memory for
337 the clean but heavy parport handling is not an option. The 337 the clean but heavy parport handling is not an option. The
338 drawback is a reduced portability and the impossibility to 338 drawback is a reduced portability and the impossibility to
339 dasiy-chain other parallel port devices. 339 daisy-chain other parallel port devices.
340 340
341 Don't say Y here if you said Y or M to i2c-parport. Saying M to 341 Don't say Y here if you said Y or M to i2c-parport. Saying M to
342 both is possible but both modules should not be loaded at the same 342 both is possible but both modules should not be loaded at the same
diff --git a/drivers/ieee1394/Kconfig b/drivers/ieee1394/Kconfig
index 2769e505f051..672b92ef9f21 100644
--- a/drivers/ieee1394/Kconfig
+++ b/drivers/ieee1394/Kconfig
@@ -140,7 +140,7 @@ config IEEE1394_SBP2_PHYS_DMA
140 help 140 help
141 This builds sbp2 for use with non-OHCI host adapters which do not 141 This builds sbp2 for use with non-OHCI host adapters which do not
142 support physical DMA or for when ohci1394 is run with phys_dma=0. 142 support physical DMA or for when ohci1394 is run with phys_dma=0.
143 Physical DMA is data movement without assistence of the drivers' 143 Physical DMA is data movement without assistance of the drivers'
144 interrupt handlers. This option includes the interrupt handlers 144 interrupt handlers. This option includes the interrupt handlers
145 that are required in absence of this hardware feature. 145 that are required in absence of this hardware feature.
146 146
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index c62e00c79dec..679bde34d247 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -177,7 +177,7 @@ config KEYBOARD_HIL_OLD
177 However, it has been thoroughly tested and is stable. 177 However, it has been thoroughly tested and is stable.
178 178
179 If you want full HIL support including support for multiple 179 If you want full HIL support including support for multiple
180 keyboards, mices and tablets, you have to enable the 180 keyboards, mice, and tablets, you have to enable the
181 "HP System Device Controller i8042 Support" in the input/serio 181 "HP System Device Controller i8042 Support" in the input/serio
182 submenu. 182 submenu.
183 183
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig
index 98acf170252c..8cdbfeca5903 100644
--- a/drivers/input/serio/Kconfig
+++ b/drivers/input/serio/Kconfig
@@ -115,9 +115,9 @@ config HP_SDC
115 depends on GSC && SERIO 115 depends on GSC && SERIO
116 default y 116 default y
117 ---help--- 117 ---help---
118 This option enables supports for the the "System Device 118 This option enables support for the "System Device
119 Controller", an i8042 carrying microcode to manage a 119 Controller", an i8042 carrying microcode to manage a
120 few miscellanous devices on some Hewlett Packard systems. 120 few miscellaneous devices on some Hewlett Packard systems.
121 The SDC itself contains a 10ms resolution timer/clock capable 121 The SDC itself contains a 10ms resolution timer/clock capable
122 of delivering interrupts on a periodic and one-shot basis. 122 of delivering interrupts on a periodic and one-shot basis.
123 The SDC may also be connected to a battery-backed real-time 123 The SDC may also be connected to a battery-backed real-time
diff --git a/drivers/isdn/hardware/eicon/Kconfig b/drivers/isdn/hardware/eicon/Kconfig
index 51e66bc64208..01d4afd9d843 100644
--- a/drivers/isdn/hardware/eicon/Kconfig
+++ b/drivers/isdn/hardware/eicon/Kconfig
@@ -47,7 +47,7 @@ config ISDN_DIVAS_MAINT
47 tristate "DIVA Maint driver support" 47 tristate "DIVA Maint driver support"
48 depends on ISDN_DIVAS && m 48 depends on ISDN_DIVAS && m
49 help 49 help
50 Enable Divas Maintainance driver. 50 Enable Divas Maintenance driver.
51 51
52endmenu 52endmenu
53 53
diff --git a/drivers/isdn/hisax/Kconfig b/drivers/isdn/hisax/Kconfig
index 6dfc94122dd9..eb57a988e048 100644
--- a/drivers/isdn/hisax/Kconfig
+++ b/drivers/isdn/hisax/Kconfig
@@ -321,7 +321,7 @@ config HISAX_HFC_PCI
321 help 321 help
322 This enables HiSax support for the HFC-S PCI 2BDS0 based cards. 322 This enables HiSax support for the HFC-S PCI 2BDS0 based cards.
323 323
324 For more informations see under 324 For more information see under
325 <file:Documentation/isdn/README.hfc-pci>. 325 <file:Documentation/isdn/README.hfc-pci>.
326 326
327config HISAX_W6692 327config HISAX_W6692
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig
index d5d649f5ccdb..7f8477d3a661 100644
--- a/drivers/macintosh/Kconfig
+++ b/drivers/macintosh/Kconfig
@@ -186,7 +186,7 @@ config THERM_ADT746X
186 depends on I2C && I2C_POWERMAC && PPC_PMAC && !PPC_PMAC64 186 depends on I2C && I2C_POWERMAC && PPC_PMAC && !PPC_PMAC64
187 help 187 help
188 This driver provides some thermostat and fan control for the 188 This driver provides some thermostat and fan control for the
189 iBook G4, and the ATI based aluminium PowerBooks, allowing slighlty 189 iBook G4, and the ATI based aluminium PowerBooks, allowing slightly
190 better fan behaviour by default, and some manual control. 190 better fan behaviour by default, and some manual control.
191 191
192config THERM_PM72 192config THERM_PM72
diff --git a/drivers/media/dvb/cinergyT2/Kconfig b/drivers/media/dvb/cinergyT2/Kconfig
index b5cdd57ec6f5..3d778c5aba68 100644
--- a/drivers/media/dvb/cinergyT2/Kconfig
+++ b/drivers/media/dvb/cinergyT2/Kconfig
@@ -56,7 +56,7 @@ config DVB_CINERGYT2_QUERY_INTERVAL
56 measurements. 56 measurements.
57 57
58 Please keep in mind that these updates cause traffic on the tuner 58 Please keep in mind that these updates cause traffic on the tuner
59 control bus and thus may or may not affect receiption sensitivity. 59 control bus and thus may or may not affect reception sensitivity.
60 60
61 The default value should be a safe choice for common applications. 61 The default value should be a safe choice for common applications.
62 62
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index d1183c939221..f6779a422f1b 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -351,7 +351,7 @@ config VIDEO_SAA6588
351 help 351 help
352 Support for Radio Data System (RDS) decoder. This allows seeing 352 Support for Radio Data System (RDS) decoder. This allows seeing
353 radio station identification transmitted using this standard. 353 radio station identification transmitted using this standard.
354 Currentlly, it works only with bt8x8 chips. 354 Currently, it works only with bt8x8 chips.
355 355
356 To compile this driver as a module, choose M here: the 356 To compile this driver as a module, choose M here: the
357 module will be called saa6588. 357 module will be called saa6588.
diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig
index 6d8f30deb868..72e6d73beb40 100644
--- a/drivers/mtd/chips/Kconfig
+++ b/drivers/mtd/chips/Kconfig
@@ -270,7 +270,7 @@ config MTD_JEDEC
270 tristate "JEDEC device support" 270 tristate "JEDEC device support"
271 depends on MTD && MTD_OBSOLETE_CHIPS && BROKEN 271 depends on MTD && MTD_OBSOLETE_CHIPS && BROKEN
272 help 272 help
273 Enable older older JEDEC flash interface devices for self 273 Enable older JEDEC flash interface devices for self
274 programming flash. It is commonly used in older AMD chips. It is 274 programming flash. It is commonly used in older AMD chips. It is
275 only called JEDEC because the JEDEC association 275 only called JEDEC because the JEDEC association
276 <http://www.jedec.org/> distributes the identification codes for the 276 <http://www.jedec.org/> distributes the identification codes for the
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index c99302ed3823..1831340e5f51 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -21,7 +21,7 @@ config MTD_NAND_VERIFY_WRITE
21 NAND flash device internally checks only bits transitioning 21 NAND flash device internally checks only bits transitioning
22 from 1 to 0. There is a rare possibility that even though the 22 from 1 to 0. There is a rare possibility that even though the
23 device thinks the write was successful, a bit could have been 23 device thinks the write was successful, a bit could have been
24 flipped accidentaly due to device wear or something else. 24 flipped accidentally due to device wear or something else.
25 25
26config MTD_NAND_ECC_SMC 26config MTD_NAND_ECC_SMC
27 bool "NAND ECC Smart Media byte order" 27 bool "NAND ECC Smart Media byte order"
diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconfig
index 465961b8bcd1..373bddce8f1c 100644
--- a/drivers/mtd/onenand/Kconfig
+++ b/drivers/mtd/onenand/Kconfig
@@ -21,7 +21,7 @@ config MTD_ONENAND_VERIFY_WRITE
21 OneNAND flash device internally checks only bits transitioning 21 OneNAND flash device internally checks only bits transitioning
22 from 1 to 0. There is a rare possibility that even though the 22 from 1 to 0. There is a rare possibility that even though the
23 device thinks the write was successful, a bit could have been 23 device thinks the write was successful, a bit could have been
24 flipped accidentaly due to device wear or something else. 24 flipped accidentally due to device wear or something else.
25 25
26config MTD_ONENAND_GENERIC 26config MTD_ONENAND_GENERIC
27 tristate "OneNAND Flash device via platform device driver" 27 tristate "OneNAND Flash device via platform device driver"
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index bd4a68c85a47..ece3d9c2dc61 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -301,7 +301,7 @@ config HERMES
301 tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)" 301 tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)"
302 depends on NET_RADIO && (PPC_PMAC || PCI || PCMCIA) 302 depends on NET_RADIO && (PPC_PMAC || PCI || PCMCIA)
303 ---help--- 303 ---help---
304 A driver for 802.11b wireless cards based based on the "Hermes" or 304 A driver for 802.11b wireless cards based on the "Hermes" or
305 Intersil HFA384x (Prism 2) MAC controller. This includes the vast 305 Intersil HFA384x (Prism 2) MAC controller. This includes the vast
306 majority of the PCMCIA 802.11b cards (which are nearly all rebadges) 306 majority of the PCMCIA 802.11b cards (which are nearly all rebadges)
307 - except for the Cisco/Aironet cards. Cards supported include the 307 - except for the Cisco/Aironet cards. Cards supported include the
diff --git a/drivers/rapidio/Kconfig b/drivers/rapidio/Kconfig
index 0b2d2c3579a7..4142115d298e 100644
--- a/drivers/rapidio/Kconfig
+++ b/drivers/rapidio/Kconfig
@@ -15,4 +15,4 @@ config RAPIDIO_DISC_TIMEOUT
15 default "30" 15 default "30"
16 ---help--- 16 ---help---
17 Amount of time a discovery node waits for a host to complete 17 Amount of time a discovery node waits for a host to complete
18 enumeration beforing giving up. 18 enumeration before giving up.
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index dab082002e6f..8ee2ca1fdab1 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -40,10 +40,10 @@ config SCSI_PROC_FS
40 default y 40 default y
41 ---help--- 41 ---help---
42 This option enables support for the various files in 42 This option enables support for the various files in
43 /proc/scsi. In Linux 2.6 this has been superceeded by 43 /proc/scsi. In Linux 2.6 this has been superseded by
44 files in sysfs but many legacy applications rely on this. 44 files in sysfs but many legacy applications rely on this.
45 45
46 If unusure say Y. 46 If unsure say Y.
47 47
48comment "SCSI support type (disk, tape, CD-ROM)" 48comment "SCSI support type (disk, tape, CD-ROM)"
49 depends on SCSI 49 depends on SCSI
diff --git a/drivers/scsi/aic7xxx/Kconfig.aic79xx b/drivers/scsi/aic7xxx/Kconfig.aic79xx
index 7955ebe8e1e8..911ea1756e55 100644
--- a/drivers/scsi/aic7xxx/Kconfig.aic79xx
+++ b/drivers/scsi/aic7xxx/Kconfig.aic79xx
@@ -22,12 +22,12 @@ config AIC79XX_CMDS_PER_DEVICE
22 to be used for any device. The aic7xxx driver will automatically 22 to be used for any device. The aic7xxx driver will automatically
23 vary this number based on device behavior. For devices with a 23 vary this number based on device behavior. For devices with a
24 fixed maximum, the driver will eventually lock to this maximum 24 fixed maximum, the driver will eventually lock to this maximum
25 and display a console message inidicating this value. 25 and display a console message indicating this value.
26 26
27 Due to resource allocation issues in the Linux SCSI mid-layer, using 27 Due to resource allocation issues in the Linux SCSI mid-layer, using
28 a high number of commands per device may result in memory allocation 28 a high number of commands per device may result in memory allocation
29 failures when many devices are attached to the system. For this reason, 29 failures when many devices are attached to the system. For this reason,
30 the default is set to 32. Higher values may result in higer performance 30 the default is set to 32. Higher values may result in higher performance
31 on some devices. The upper bound is 253. 0 disables tagged queueing. 31 on some devices. The upper bound is 253. 0 disables tagged queueing.
32 32
33 Per device tag depth can be controlled via the kernel command line 33 Per device tag depth can be controlled via the kernel command line
diff --git a/drivers/scsi/aic7xxx/Kconfig.aic7xxx b/drivers/scsi/aic7xxx/Kconfig.aic7xxx
index 5517da5855f0..cd93f9a8611f 100644
--- a/drivers/scsi/aic7xxx/Kconfig.aic7xxx
+++ b/drivers/scsi/aic7xxx/Kconfig.aic7xxx
@@ -27,12 +27,12 @@ config AIC7XXX_CMDS_PER_DEVICE
27 to be used for any device. The aic7xxx driver will automatically 27 to be used for any device. The aic7xxx driver will automatically
28 vary this number based on device behavior. For devices with a 28 vary this number based on device behavior. For devices with a
29 fixed maximum, the driver will eventually lock to this maximum 29 fixed maximum, the driver will eventually lock to this maximum
30 and display a console message inidicating this value. 30 and display a console message indicating this value.
31 31
32 Due to resource allocation issues in the Linux SCSI mid-layer, using 32 Due to resource allocation issues in the Linux SCSI mid-layer, using
33 a high number of commands per device may result in memory allocation 33 a high number of commands per device may result in memory allocation
34 failures when many devices are attached to the system. For this reason, 34 failures when many devices are attached to the system. For this reason,
35 the default is set to 32. Higher values may result in higer performance 35 the default is set to 32. Higher values may result in higher performance
36 on some devices. The upper bound is 253. 0 disables tagged queueing. 36 on some devices. The upper bound is 253. 0 disables tagged queueing.
37 37
38 Per device tag depth can be controlled via the kernel command line 38 Per device tag depth can be controlled via the kernel command line
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index d926272a40db..653098bc2dd5 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -121,7 +121,7 @@ config SERIAL_8250_RUNTIME_UARTS
121 default "4" 121 default "4"
122 help 122 help
123 Set this to the maximum number of serial ports you want 123 Set this to the maximum number of serial ports you want
124 the kernel to register at boot time. This can be overriden 124 the kernel to register at boot time. This can be overridden
125 with the module parameter "nr_uarts", or boot-time parameter 125 with the module parameter "nr_uarts", or boot-time parameter
126 8250.nr_uarts 126 8250.nr_uarts
127 127
@@ -205,7 +205,7 @@ config SERIAL_8250_BOCA
205 depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS 205 depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
206 help 206 help
207 Say Y here if you have a Boca serial board. Please read the Boca 207 Say Y here if you have a Boca serial board. Please read the Boca
208 mini-HOWTO, avaialble from <http://www.tldp.org/docs.html#howto> 208 mini-HOWTO, available from <http://www.tldp.org/docs.html#howto>
209 209
210 To compile this driver as a module, choose M here: the module 210 To compile this driver as a module, choose M here: the module
211 will be called 8250_boca. 211 will be called 8250_boca.
@@ -667,7 +667,7 @@ config SERIAL_68328
667 depends on M68328 || M68EZ328 || M68VZ328 667 depends on M68328 || M68EZ328 || M68VZ328
668 help 668 help
669 This driver supports the built-in serial port of the Motorola 68328 669 This driver supports the built-in serial port of the Motorola 68328
670 (standard, EZ and VZ varities). 670 (standard, EZ and VZ varieties).
671 671
672config SERIAL_68328_RTS_CTS 672config SERIAL_68328_RTS_CTS
673 bool "Support RTS/CTS on 68328 serial port" 673 bool "Support RTS/CTS on 68328 serial port"
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig
index 422a4b288e34..fe2c4cd53f5a 100644
--- a/drivers/usb/storage/Kconfig
+++ b/drivers/usb/storage/Kconfig
@@ -119,7 +119,7 @@ config USB_STORAGE_ALAUDA
119 Say Y here to include additional code to support the Olympus MAUSB-10 119 Say Y here to include additional code to support the Olympus MAUSB-10
120 and Fujifilm DPC-R1 USB Card reader/writer devices. 120 and Fujifilm DPC-R1 USB Card reader/writer devices.
121 121
122 These devices are based on the Alauda chip and support support both 122 These devices are based on the Alauda chip and support both
123 XD and SmartMedia cards. 123 XD and SmartMedia cards.
124 124
125config USB_STORAGE_ONETOUCH 125config USB_STORAGE_ONETOUCH
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index a1c8923b0bf5..4608a275955f 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -403,7 +403,7 @@ config FB_ARC
403 is based on the KS-108 lcd controller and is typically a matrix 403 is based on the KS-108 lcd controller and is typically a matrix
404 of 2*n chips. This driver was tested with a 128x64 panel. This 404 of 2*n chips. This driver was tested with a 128x64 panel. This
405 driver supports it for use with x86 SBCs through a 16 bit GPIO 405 driver supports it for use with x86 SBCs through a 16 bit GPIO
406 interface (8 bit data, 8 bit control). If you anticpate using 406 interface (8 bit data, 8 bit control). If you anticipate using
407 this driver, say Y or M; otherwise say N. You must specify the 407 this driver, say Y or M; otherwise say N. You must specify the
408 GPIO IO address to be used for setting control and data. 408 GPIO IO address to be used for setting control and data.
409 409
@@ -771,7 +771,7 @@ config FB_RIVA_DEBUG
771 default n 771 default n
772 help 772 help
773 Say Y here if you want the Riva driver to output all sorts 773 Say Y here if you want the Riva driver to output all sorts
774 of debugging informations to provide to the maintainer when 774 of debugging information to provide to the maintainer when
775 something goes wrong. 775 something goes wrong.
776 776
777config FB_RIVA_BACKLIGHT 777config FB_RIVA_BACKLIGHT
@@ -865,7 +865,7 @@ config FB_INTEL_DEBUG
865 depends on FB_INTEL 865 depends on FB_INTEL
866 ---help--- 866 ---help---
867 Say Y here if you want the Intel driver to output all sorts 867 Say Y here if you want the Intel driver to output all sorts
868 of debugging informations to provide to the maintainer when 868 of debugging information to provide to the maintainer when
869 something goes wrong. 869 something goes wrong.
870 870
871config FB_INTEL_I2C 871config FB_INTEL_I2C
@@ -1062,7 +1062,7 @@ config FB_RADEON_DEBUG
1062 default n 1062 default n
1063 help 1063 help
1064 Say Y here if you want the Radeon driver to output all sorts 1064 Say Y here if you want the Radeon driver to output all sorts
1065 of debugging informations to provide to the maintainer when 1065 of debugging information to provide to the maintainer when
1066 something goes wrong. 1066 something goes wrong.
1067 1067
1068config FB_ATY128 1068config FB_ATY128
diff --git a/drivers/w1/Kconfig b/drivers/w1/Kconfig
index 8b3d0f0c7bd5..27c9d05d03ef 100644
--- a/drivers/w1/Kconfig
+++ b/drivers/w1/Kconfig
@@ -21,7 +21,7 @@ config W1_CON
21 There are three types of messages between w1 core and userspace: 21 There are three types of messages between w1 core and userspace:
22 1. Events. They are generated each time new master or slave device found 22 1. Events. They are generated each time new master or slave device found
23 either due to automatic or requested search. 23 either due to automatic or requested search.
24 2. Userspace commands. Includes read/write and search/alarm search comamnds. 24 2. Userspace commands. Includes read/write and search/alarm search commands.
25 3. Replies to userspace commands. 25 3. Replies to userspace commands.
26 26
27source drivers/w1/masters/Kconfig 27source drivers/w1/masters/Kconfig