Commit 5a9d6e06 authored by Jean-Luc Leger's avatar Jean-Luc Leger Committed by Linus Torvalds

[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: default avatarJean-Luc Leger <jean-luc.leger@dspnet.fr.eu.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c7a43575
...@@ -70,7 +70,6 @@ config USB_EHCI_TT_NEWSCHED ...@@ -70,7 +70,6 @@ config USB_EHCI_TT_NEWSCHED
config USB_ISP116X_HCD config USB_ISP116X_HCD
tristate "ISP116X HCD support" tristate "ISP116X HCD support"
depends on USB depends on USB
default N
---help--- ---help---
The ISP1160 and ISP1161 chips are USB host controllers. Enable this The ISP1160 and ISP1161 chips are USB host controllers. Enable this
option if your board has this chip. If unsure, say N. option if your board has this chip. If unsure, say N.
...@@ -145,7 +144,6 @@ config USB_UHCI_HCD ...@@ -145,7 +144,6 @@ config USB_UHCI_HCD
config USB_SL811_HCD config USB_SL811_HCD
tristate "SL811HS HCD support" tristate "SL811HS HCD support"
depends on USB depends on USB
default N
help help
The SL811HS is a single-port USB controller that supports either The SL811HS is a single-port USB controller that supports either
host side or peripheral side roles. Enable this option if your host side or peripheral side roles. Enable this option if your
...@@ -158,7 +156,6 @@ config USB_SL811_HCD ...@@ -158,7 +156,6 @@ config USB_SL811_HCD
config USB_SL811_CS config USB_SL811_CS
tristate "CF/PCMCIA support for SL811HS HCD" tristate "CF/PCMCIA support for SL811HS HCD"
depends on USB_SL811_HCD && PCMCIA depends on USB_SL811_HCD && PCMCIA
default N
help help
Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
REX-CFU1U CF card (often used with PDAs). If unsure, say N. REX-CFU1U CF card (often used with PDAs). If unsure, say N.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment