diff options
author | Jean-Luc Leger <jean-luc.leger@dspnet.fr.eu.org> | 2006-06-23 05:05:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 10:43:04 -0400 |
commit | 5a9d6e0632b867ca71d3ee1e7e5c2365b6711031 (patch) | |
tree | 65e6d74dc6cc21dc027395fbdd042d9ba992e0b0 /drivers/usb | |
parent | c7a43575518702fe6829d970c3d04acd91ae5c91 (diff) |
[PATCH] clean up default value of USB_ISP116X_HCD, USB_SL811_HCD and USB_SL811_CS
Default values for boolean and tristate options can only be 'y', 'm' or 'n'.
This patch removes wrong default for USB_ISP116X_HCD, USB_SL811_HCD and
USB_SL811_CS.
Signed-off-by: Jean-Luc Leger <jean-luc.leger@dspnet.fr.eu.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index c060eb9b3b19..b93d71d28db7 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -70,7 +70,6 @@ config USB_EHCI_TT_NEWSCHED | |||
70 | config USB_ISP116X_HCD | 70 | config USB_ISP116X_HCD |
71 | tristate "ISP116X HCD support" | 71 | tristate "ISP116X HCD support" |
72 | depends on USB | 72 | depends on USB |
73 | default N | ||
74 | ---help--- | 73 | ---help--- |
75 | The ISP1160 and ISP1161 chips are USB host controllers. Enable this | 74 | The ISP1160 and ISP1161 chips are USB host controllers. Enable this |
76 | option if your board has this chip. If unsure, say N. | 75 | option if your board has this chip. If unsure, say N. |
@@ -145,7 +144,6 @@ config USB_UHCI_HCD | |||
145 | config USB_SL811_HCD | 144 | config USB_SL811_HCD |
146 | tristate "SL811HS HCD support" | 145 | tristate "SL811HS HCD support" |
147 | depends on USB | 146 | depends on USB |
148 | default N | ||
149 | help | 147 | help |
150 | The SL811HS is a single-port USB controller that supports either | 148 | The SL811HS is a single-port USB controller that supports either |
151 | host side or peripheral side roles. Enable this option if your | 149 | host side or peripheral side roles. Enable this option if your |
@@ -158,7 +156,6 @@ config USB_SL811_HCD | |||
158 | config USB_SL811_CS | 156 | config USB_SL811_CS |
159 | tristate "CF/PCMCIA support for SL811HS HCD" | 157 | tristate "CF/PCMCIA support for SL811HS HCD" |
160 | depends on USB_SL811_HCD && PCMCIA | 158 | depends on USB_SL811_HCD && PCMCIA |
161 | default N | ||
162 | help | 159 | help |
163 | Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC | 160 | Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC |
164 | REX-CFU1U CF card (often used with PDAs). If unsure, say N. | 161 | REX-CFU1U CF card (often used with PDAs). If unsure, say N. |