USB: Remove superfluous "depends on USB_SERIAL" from Kconfig.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sun, 6 Apr 2008 12:00:30 +0000 (08:00 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Apr 2008 04:16:50 +0000 (21:16 -0700)
commit51c159e7a8310f7272154fdd096315ae86bd36c2
treea7bad953d1c63beb4f6bc1161398a7fd89c4549f
parenteda769593bbae8aee4e336b0732f6016353301a3
USB: Remove superfluous "depends on USB_SERIAL" from Kconfig.

Given that most of drivers/usb/serial/Kconfig is wrapped inside:

  if USB_SERIAL
  ...
  endif # USB_SERIAL

remove the consequently redundant dependencies on USB_SERIAL.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/Kconfig